Skip to content

Commit

Permalink
Merge pull request #39 from airbrake/release-1-0-3
Browse files Browse the repository at this point in the history
Release v1.0.3
  • Loading branch information
kyrylo committed Jan 18, 2016
2 parents 3d50059 + 7005d3a commit 9e4c307
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Airbrake Ruby Changelog

### master

### [v1.0.3][v1.0.3] (January 18, 2016)

* Improved parsing of backtraces
([#25](https://github.com/airbrake/airbrake-ruby/pull/25),
[#29](https://github.com/airbrake/airbrake-ruby/pull/29),
Expand Down Expand Up @@ -40,3 +42,4 @@ Airbrake Ruby Changelog
[v1.0.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.0
[v1.0.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.1
[v1.0.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.2
[v1.0.3]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,5 +550,5 @@ The project uses the MIT License. See LICENSE.md for details.
[keysblacklist]: https://github.com/airbrake/airbrake-ruby/blob/master/lib/airbrake-ruby/filters/keys_blacklist.rb
[keyswhitelist]: https://github.com/airbrake/airbrake-ruby/blob/master/lib/airbrake-ruby/filters/keys_whitelist.rb
[golang]: https://golang.org/
[semver]: https://img.shields.io/:semver-1.0.2-brightgreen.svg?style=flat
[semver]: https://img.shields.io/:semver-1.0.3-brightgreen.svg?style=flat
[yard-api]: http://www.rubydoc.info/gems/airbrake-ruby
2 changes: 1 addition & 1 deletion lib/airbrake-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module Airbrake
##
# @return [String] the library version
AIRBRAKE_RUBY_VERSION = '1.0.2'.freeze
AIRBRAKE_RUBY_VERSION = '1.0.3'.freeze
end

0 comments on commit 9e4c307

Please sign in to comment.