mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Bump canonical (#406)
* Added canonical for rubygems * Bumped version for release
This commit is contained in:
parent
c28d43253c
commit
8df1675962
2 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,14 @@
|
||||||
## master (unreleased)
|
## master (unreleased)
|
||||||
|
|
||||||
|
|
||||||
|
## 1.9.2
|
||||||
- Tests work with Ruby 2.6.6, 2.7.2 and 3.0.0
|
- Tests work with Ruby 2.6.6, 2.7.2 and 3.0.0
|
||||||
- Update awsome_print.gemspec nokogiri dependency to resolve CVEs [@gvwirth]
|
- 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
|
## 1.9.0
|
||||||
- Update method signature after change in IRB [@febeling]
|
- Update method signature after change in IRB [@febeling]
|
||||||
- Fixes block and proc definition to work with Ruby 3.0.0 [@csalvato] - [#392]
|
- Fixes block and proc definition to work with Ruby 3.0.0 [@csalvato] - [#392]
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
module AwesomePrint
|
module AwesomePrint
|
||||||
def self.version
|
def self.version
|
||||||
'1.9.1'
|
'1.9.2'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue