Skip to content

Commit

Permalink
Bump v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jun 17, 2017
1 parent 57e189c commit deead7b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

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.2] - [2017-05-17]

### Added
- All variables of SQL queries are bound to error messages (@Dobrodushny)

## [0.0.1] - [2017-02-12]
This is a first public release (@nepalez)

[Unreleased]: https://github.com/tram-rb/tram-policy
[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
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.1"
gem.version = "0.0.2"
gem.author = "Andrew Kozin (nepalez)"
gem.email = "[email protected]"
gem.homepage = "https://github.com/nepalez/rspec-sqlimit"
Expand Down

0 comments on commit deead7b

Please sign in to comment.