Skip to content

Commit 054722c

Browse files
committed
Bump to 0.4.0
1 parent 34b0a46 commit 054722c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog for the gruf-rspec gem.
22

33
### Pending release
44

5+
### 0.4.0
6+
57
- Remove unnecessarily strict dev dependencies
68
- Adds support for Ruby 3.0 into test suite
79

@@ -25,7 +27,7 @@ Changelog for the gruf-rspec gem.
2527

2628
### 0.1.3
2729

28-
* Add ability to include metadata in rpc calls
30+
* Add ability to include metadata in rpc callsa
2931

3032
### 0.1.2
3133

lib/gruf/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
module Gruf
1919
module Rspec
20-
VERSION = '0.3.1.pre'
20+
VERSION = '0.4.0'
2121
end
2222
end

0 commit comments

Comments
 (0)