Skip to content

Commit f7a73c8

Browse files
committed
Bump v0.0.4
1 parent 52afe28 commit f7a73c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [0.0.4] - [2021-03-21]
9+
10+
### Fixed
11+
- Issue #10 about safe processing of blank :binding key (following @blackst0ne)
12+
813
## [0.0.3] - [2019-10-02]
914

1015
### Added
@@ -23,3 +28,4 @@ This is a first public release (@nepalez)
2328
[0.0.1]: https://github.com/nepalez/rspec-sqlimit/releases/tag/v0.0.1
2429
[0.0.2]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.1...v0.0.2
2530
[0.0.3]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.2...v0.0.3
31+
[0.0.4]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.3...v0.0.4

rspec-sqlimit.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = "rspec-sqlimit"
3-
gem.version = "0.0.3"
3+
gem.version = "0.0.4"
44
gem.author = "Andrew Kozin (nepalez)"
55
gem.email = "[email protected]"
66
gem.homepage = "https://github.com/nepalez/rspec-sqlimit"

0 commit comments

Comments
 (0)