Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Jun 4, 2021
1 parent 34b0a46 commit 054722c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog for the gruf-rspec gem.

### Pending release

### 0.4.0

- Remove unnecessarily strict dev dependencies
- Adds support for Ruby 3.0 into test suite

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

### 0.1.3

* Add ability to include metadata in rpc calls
* Add ability to include metadata in rpc callsa

### 0.1.2

Expand Down
2 changes: 1 addition & 1 deletion lib/gruf/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#
module Gruf
module Rspec
VERSION = '0.3.1.pre'
VERSION = '0.4.0'
end
end

0 comments on commit 054722c

Please sign in to comment.