Skip to content

Commit

Permalink
Merge pull request #95 from amazing-print/prepare-1.5.0
Browse files Browse the repository at this point in the history
Prepare 1.5.0
  • Loading branch information
paddor authored May 24, 2023
2 parents 2a6946e + ea374ba commit 00384e0
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 00384e0

Please sign in to comment.