Skip to content

Commit

Permalink
Bumped version v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Oct 17, 2021
1 parent 22e4ba7 commit 78dd906
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ 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.41.0] - 2021-10-17
### Added
- ActiveRecord `store_accessor` helper method

### Fixed
- gemspec dependencies on activemodel and activesupport

## [0.40.0] - 2021-10-16
### Fixed
- Ruby 3 compatibility
Expand Down Expand Up @@ -110,7 +116,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.40.0...HEAD
[Unreleased]: https://github.com/nobrainerorm/nobrainer/compare/v0.41.0...HEAD
[0.41.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.40.0...v0.41.0
[0.40.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.36.0...v0.40.0
[0.36.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.35.0...v0.36.0
[0.35.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.34.1...v0.35.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.40.0'
s.version = '0.41.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Nicolas Viennot']
s.email = ['[email protected]']
Expand Down

0 comments on commit 78dd906

Please sign in to comment.