Skip to content

Commit

Permalink
Bumped version v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Jun 16, 2022
1 parent 594b86f commit a28979c
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.43.0] - 2022-06-16
### Added
- Implements polymorphic associations

Expand Down Expand Up @@ -125,7 +128,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.42.0...HEAD
[Unreleased]: https://github.com/nobrainerorm/nobrainer/compare/v0.43.0...HEAD
[0.43.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.42.0...v0.43.0
[0.42.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.41.1...v0.42.0
[0.41.1]: https://github.com/nobrainerorm/nobrainer/compare/v0.41.0...v0.41.1
[0.41.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.40.0...v0.41.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.42.0'
s.version = '0.43.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Nicolas Viennot']
s.email = ['[email protected]']
Expand Down

0 comments on commit a28979c

Please sign in to comment.