Skip to content

Commit

Permalink
Prepare 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed May 24, 2023
1 parent 2a6946e commit ea374ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased

## v1.5.0
- Drop support for Ruby 2.3 and 2.4 as well as JRuby 9.1
- Add File/Dir formatters for mswin platform
- Add File/Dir formatters for mswin platform #48
- Don't monkey patch String class #91
- Fix ruby19 hash syntax so it can be copy-pasted #94

## v1.4.0
- Support loading config from `$XDG_CONFIG_HOME/aprc` - #63
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.4.1.pre'
'1.5.0'
end
end

0 comments on commit ea374ba

Please sign in to comment.