Skip to content

Commit

Permalink
Bump v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Feb 12, 2022
1 parent f52d53f commit 2ae8403
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.5] - [2022-02-13]
- Support of Rails 7 (@kivanio)
- Fix README (@rcclemente)

## [0.0.4] - [2021-03-21]

### Fixed
Expand All @@ -29,3 +33,4 @@ This is a first public release (@nepalez)
[0.0.2]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.1...v0.0.2
[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
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.4"
gem.version = "0.0.5"
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 2ae8403

Please sign in to comment.