Skip to content

Commit

Permalink
Bump v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Mar 21, 2021
1 parent 52afe28 commit f7a73c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.4] - [2021-03-21]

### Fixed
- Issue #10 about safe processing of blank :binding key (following @blackst0ne)

## [0.0.3] - [2019-10-02]

### Added
Expand All @@ -23,3 +28,4 @@ This is a first public release (@nepalez)
[0.0.1]: https://github.com/nepalez/rspec-sqlimit/releases/tag/v0.0.1
[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
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.3"
gem.version = "0.0.4"
gem.author = "Andrew Kozin (nepalez)"
gem.email = "[email protected]"
gem.homepage = "https://github.com/nepalez/rspec-sqlimit"
Expand Down

0 comments on commit f7a73c8

Please sign in to comment.