Bump canonical (#406)

* Added canonical for rubygems

* Bumped version for release
This commit is contained in:
Bryan Hanks, PMP 2021-02-15 22:34:32 -06:00 committed by GitHub
parent c28d43253c
commit 8df1675962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -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]

View File

@ -5,6 +5,6 @@
#------------------------------------------------------------------------------
module AwesomePrint
def self.version
'1.9.1'
'1.9.2'
end
end