Skip to content

Commit

Permalink
Preparing v0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Sep 8, 2016
1 parent a4a3c1c commit 828d1c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ lesser changes or bug fixes.

* Your contribution here!

## [0.1.22][] (2016-09-08)

* If you have not explicitly set an editor, xray-rails now chooses a default
editor by using the following environment variables: `GEM_EDITOR`, `VISUAL`,
and `EDITOR`. To explicitly set the editor, use `~/.xrayconfig` as explained
in the [configuration section](https://github.com/brentd/xray-rails#configuration)
of the README.

## [0.1.21][] (2016-05-21)

* Fix a regression in 0.1.20 that broke Rails 3.2 apps
Expand Down Expand Up @@ -49,7 +57,8 @@ lesser changes or bug fixes.


[Semver]: http://semver.org
[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.1.21...HEAD
[Unreleased]: https://github.com/brentd/xray-rails/compare/v0.1.22...HEAD
[0.1.22]: https://github.com/brentd/xray-rails/compare/v0.1.21...v0.1.22
[0.1.21]: https://github.com/brentd/xray-rails/compare/v0.1.20...v0.1.21
[0.1.20]: https://github.com/brentd/xray-rails/compare/v0.1.19...v0.1.20
[0.1.19]: https://github.com/brentd/xray-rails/compare/v0.1.18...v0.1.19
Expand Down
2 changes: 1 addition & 1 deletion lib/xray/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Xray
VERSION = "0.1.21".freeze
VERSION = "0.1.22".freeze
end

0 comments on commit 828d1c6

Please sign in to comment.