Skip to content

Commit

Permalink
Prepare release v1.4.0
Browse files Browse the repository at this point in the history
- Update changelog
- Update version
  • Loading branch information
HarlemSquirrel committed Oct 6, 2021
1 parent 6e2eec1 commit b0c835f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/amazing_print/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#------------------------------------------------------------------------------
module AmazingPrint
def self.version
'1.3.1.pre'
'1.4.0'
end
end

0 comments on commit b0c835f

Please sign in to comment.