Skip to content

Commit

Permalink
^ Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jan 4, 2016
1 parent b2a3edd commit 90e3014
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

- Nothing


## [0.0.3]

### Fixed

- Fix one of version constraints for gem `airbrake` fixed from `<= 5` to `< 5`
Also test against all supported major versions of `airbrake`

Expand All @@ -33,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial Release


[Unreleased]: https://github.com/PikachuEXE/execute_with_rescue_with_airbrake/compare/v0.0.2...HEAD
[Unreleased]: https://github.com/PikachuEXE/execute_with_rescue_with_airbrake/compare/v0.0.3...HEAD
[0.0.3]: https://github.com/PikachuEXE/execute_with_rescue_with_airbrake/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/PikachuEXE/execute_with_rescue_with_airbrake/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/PikachuEXE/execute_with_rescue_with_airbrake/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion lib/execute_with_rescue_with_airbrake/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ExecuteWithRescueWithAirbrake
VERSION = "0.0.2".freeze
VERSION = "0.0.3".freeze
end

0 comments on commit 90e3014

Please sign in to comment.