Skip to content

Commit

Permalink
Bumped version v0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Jul 31, 2023
1 parent a6bb8e5 commit ee1e2a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.44.0] - 2023-07-31
### Added
- Slow Queries Logger feature logging slow queries in a dedicated log file

Expand Down Expand Up @@ -132,7 +134,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.43.0...HEAD
[Unreleased]: https://github.com/nobrainerorm/nobrainer/compare/v0.44.0...HEAD
[0.44.0]: https://github.com/nobrainerorm/nobrainer/compare/v0.43.0...v0.44.0
[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
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.43.0'
s.version = '0.44.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Nicolas Viennot']
s.email = ['[email protected]']
Expand Down

0 comments on commit ee1e2a4

Please sign in to comment.