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
bolshakov committed Nov 15, 2020
1 parent 514e10b commit a35d587
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 1.x
## 1.2.0

* Implement `Fear::Option#zip` and `Fear::Future#zip` with block argument ([@bolshakov][])
* Drop ruby 2.4.x support, test against ruby 2.7.x ([@bolshakov][])
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -5,7 +5,5 @@ source "https://rubygems.org"
# Specify your gem's dependencies in functional.gemspec
gemspec

# gem 'codeclimate-test-reporter', group: :test, require: nil

gem "irb"
gem "qo", github: "baweaver/qo"
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
fear (1.1.0)
fear (1.2.0)
lru_redux
treetop

Expand Down
6 changes: 0 additions & 6 deletions fear.gemspec
Expand Up @@ -20,12 +20,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec\/})
spec.require_paths = ["lib"]

spec.post_install_message = <<-MSG
Fear v0.11.0 introduces backwards-incompatible changes.
Please see https://github.com/bolshakov/fear/blob/master/CHANGELOG.md#0110 for details.
Successfully installed fear-#{Fear::VERSION}
MSG

spec.add_runtime_dependency "lru_redux"
spec.add_runtime_dependency "treetop"

Expand Down
2 changes: 1 addition & 1 deletion lib/fear/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Fear
VERSION = "1.1.0"
VERSION = "1.2.0"
public_constant :VERSION
end

0 comments on commit a35d587

Please sign in to comment.