From 828d1c6b1955f00e5484decc6f5a6c90f1c8251a Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 8 Sep 2016 16:56:36 -0700 Subject: [PATCH] Preparing v0.1.22 --- CHANGELOG.md | 11 ++++++++++- lib/xray/version.rb | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d3ff9..c5ab08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/lib/xray/version.rb b/lib/xray/version.rb index e68bcb0..5d15ccb 100644 --- a/lib/xray/version.rb +++ b/lib/xray/version.rb @@ -1,3 +1,3 @@ module Xray - VERSION = "0.1.21".freeze + VERSION = "0.1.22".freeze end