Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Feb 16, 2021
1 parent e11846b commit 9c8fe91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== master
=== 1.2.0 (2021-02-16)

* Add support for :void_context as regexp argument to Warning.ignore (jeremyevans)

Expand Down
2 changes: 1 addition & 1 deletion warning.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'warning'
s.version = '1.1.0'
s.version = '1.2.0'
s.platform = Gem::Platform::RUBY
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG", "MIT-LICENSE"]
s.rdoc_options += ["--quiet", "--line-numbers", "--inline-source", '--title', 'ruby-warning: Add custom processing for warnings', '--main', 'README.rdoc']
Expand Down

0 comments on commit 9c8fe91

Please sign in to comment.