Skip to content

Commit

Permalink
Bumped version v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Sep 9, 2021
1 parent 84acc47 commit 68cbd4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.35.0] - 2021-08-08
### Added
- Dockerfile, docker-compose and Earthfile
- Test Ruby 3 + Rails 6 on Travis CI
Expand Down Expand Up @@ -97,7 +100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Locks: bug fix: allow small timeouts in lock()
- Fix reentrant lock counter on steals

[Unreleased]: https://github.com/nobrainerorm/nobrainer/compare/v0.34.1...HEAD
[Unreleased]: https://github.com/nobrainerorm/nobrainer/compare/v0.35.0...HEAD
[0.35.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.34.1...v0.35.0
[0.34.1]: https://github.com/nobrainerorm/nobrainer/compare/v0.34.0...v0.34.1
[0.34.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.33.0...v0.34.0
[0.33.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.32.0...v0.33.0
Expand Down
2 changes: 1 addition & 1 deletion nobrainer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'nobrainer'
s.version = '0.34.1'
s.version = '0.35.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Nicolas Viennot']
s.email = ['[email protected]']
Expand Down

0 comments on commit 68cbd4a

Please sign in to comment.