From b0c835fcc6bcd3812474e21f4819c4bbd98598df Mon Sep 17 00:00:00 2001 From: Kevin McCormack Date: Wed, 6 Oct 2021 14:10:35 -0400 Subject: [PATCH] Prepare release v1.4.0 - Update changelog - Update version --- CHANGELOG.md | 15 +++++++++++++++ lib/amazing_print/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6ab40..6c87e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ## Unreleased + +## v1.4.0 - Support loading config from `$XDG_CONFIG_HOME/aprc` - #63 + - Remove support for Rails 5.1 #75 + - Update AR specs for Ruby 2.6.7 #76 + - Load .aprc configs only once. #74 + - Add XDG config support #77 + - Rubocop updates #79 + - Update Irb integration for v1.2.6+ #81 + +## v1.3.0 + - Fix HTML escaping problems #53 + - Update test suite for Ruby 2.7.2 and JRuby #61 + - Add ActionView spec for html_safe #65 + - Add support for Rails 6.1 #68 + - Update specs for Ruby 3.0 #69 ## v1.2.2 - Support Ruby 3.0 / IRB 1.2.6 - #57 diff --git a/lib/amazing_print/version.rb b/lib/amazing_print/version.rb index cb67164..17e9715 100644 --- a/lib/amazing_print/version.rb +++ b/lib/amazing_print/version.rb @@ -7,6 +7,6 @@ #------------------------------------------------------------------------------ module AmazingPrint def self.version - '1.3.1.pre' + '1.4.0' end end