Skip to content

Commit

Permalink
Bump to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Mar 2, 2021
1 parent 4bb65b1 commit 281af70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ Changelog for the gruf gem. This includes internal history before the gem was ma

### Pending release

### 2.9.0

- Change to racially neutral terminology across library
- blacklist->blocklist
- master->main
- Add Ruby 2.7 support
- Explicitly declare development dependencies
- Add script/e2e test for full e2e test
- master->main branch
- Explicitly declare development dependencies in gemspec
- Add script/e2e test for full e2e test in regression suite
- Explicitly declare [json gem](https://rubygems.org/gems/json) dependency
- Update to Rubocop 1.4, add in rubocop-rspec for spec tests
- Add Ruby 3.0 support
- Add Ruby 2.7, 3.0 support

### 2.8.1

Expand Down
2 changes: 1 addition & 1 deletion lib/gruf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
module Gruf
VERSION = '2.8.1'
VERSION = '2.9.0'
end

0 comments on commit 281af70

Please sign in to comment.