Skip to content

Commit

Permalink
Version 1.0.0.pre.2
Browse files Browse the repository at this point in the history
- Release Version 1.0.0.pre.2
- Relax thor version in k8s-deploy gemspec
  • Loading branch information
Ryan Brushett committed Jul 21, 2020
1 parent c354f11 commit 8e14080
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
*Important!*
- The next release will be 1.0.0, which means that master will contain breaking changes.

## 1.0.0.pre.2

*Enhancements*
- Relax thor version requirement. ([#731](https://github.com/Shopify/krane/pull/731))

## 1.0.0.pre.1

*Important!*
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-deploy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("oj", "~> 3.0")
spec.add_dependency("concurrent-ruby", "~> 1.1")
spec.add_dependency("jsonpath", "~> 0.9.6")
spec.add_dependency("thor", "~> 0.20.3")
spec.add_dependency("thor", [">= 0.20", "< 2.0"])

spec.add_development_dependency("bundler")
spec.add_development_dependency("rake", "~> 10.0")
Expand Down
2 changes: 1 addition & 1 deletion lib/krane/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Krane
VERSION = "1.0.0.pre.1"
VERSION = "1.0.0.pre.2"
end

0 comments on commit 8e14080

Please sign in to comment.