Skip to content

Commit deead7b

Browse files
committed
Bump v0.0.2
1 parent 57e189c commit deead7b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [0.0.2] - [2017-05-17]
9+
10+
### Added
11+
- All variables of SQL queries are bound to error messages (@Dobrodushny)
12+
13+
## [0.0.1] - [2017-02-12]
14+
This is a first public release (@nepalez)
15+
16+
[Unreleased]: https://github.com/tram-rb/tram-policy
17+
[0.0.1]: https://github.com/nepalez/rspec-sqlimit/releases/tag/v0.0.1
18+
[0.0.2]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.1...v0.0.2

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.1"
3+
gem.version = "0.0.2"
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)