Skip to content

Commit

Permalink
Bump v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Oct 7, 2023
1 parent 814eb9b commit 6595c2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.0.6] - [2023-10-06]
- Support of Rails 7.2+ (@terracatta)

## [0.0.5] - [2022-02-13]
- Support of Rails 7 (@kivanio)
- Fix README (@rcclemente)
Expand Down Expand Up @@ -34,3 +37,4 @@ This is a first public release (@nepalez)
[0.0.3]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.2...v0.0.3
[0.0.4]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.3...v0.0.4
[0.0.5]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.4...v0.0.5
[0.0.6]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.4...v0.0.5
2 changes: 1 addition & 1 deletion rspec-sqlimit.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "rspec-sqlimit"
gem.version = "0.0.5"
gem.version = "0.0.6"
gem.author = "Andrew Kozin (nepalez)"
gem.email = "andrew.kozin@gmail.com"
gem.homepage = "https://github.com/nepalez/rspec-sqlimit"
Expand Down

0 comments on commit 6595c2c

Please sign in to comment.