We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b0a46 commit 054722cCopy full SHA for 054722c
CHANGELOG.md
@@ -2,6 +2,8 @@ Changelog for the gruf-rspec gem.
2
3
### Pending release
4
5
+### 0.4.0
6
+
7
- Remove unnecessarily strict dev dependencies
8
- Adds support for Ruby 3.0 into test suite
9
@@ -25,7 +27,7 @@ Changelog for the gruf-rspec gem.
25
27
26
28
### 0.1.3
29
-* Add ability to include metadata in rpc calls
30
+* Add ability to include metadata in rpc callsa
31
32
### 0.1.2
33
lib/gruf/rspec/version.rb
@@ -17,6 +17,6 @@
17
#
18
module Gruf
19
module Rspec
20
- VERSION = '0.3.1.pre'
+ VERSION = '0.4.0'
21
end
22
0 commit comments