Skip to content

Commit

Permalink
Bump canonical (#406)
Browse files Browse the repository at this point in the history
* Added canonical for rubygems

* Bumped version for release
  • Loading branch information
BryanH authored Feb 16, 2021
1 parent c28d432 commit 8df1675
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## master (unreleased)


## 1.9.2
- Tests work with Ruby 2.6.6, 2.7.2 and 3.0.0
- Update awsome_print.gemspec nokogiri dependency to resolve CVEs [@gvwirth]

## 1.9.1
- Updated code so it can be released to rubygems.
- Updated nokogiri to resolve vulnerability scan

## 1.9.0
- Update method signature after change in IRB [@febeling]
- Fixes block and proc definition to work with Ruby 3.0.0 [@csalvato] - [#392]
Expand Down
2 changes: 1 addition & 1 deletion lib/awesome_print/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#------------------------------------------------------------------------------
module AwesomePrint
def self.version
'1.9.1'
'1.9.2'
end
end

0 comments on commit 8df1675

Please sign in to comment.