Skip to content

Commit

Permalink
Bump to 0.11.0 with bmg >= 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Apr 21, 2022
1 parent cade436 commit 38d68a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.10.1
## 0.11.0 - 2022-04-21

* Require bmg >= 0.19.0

## 0.10.1 - 2021-12-23

* Add support for causes in Startback::Errors::Error

Expand Down
4 changes: 2 additions & 2 deletions lib/startback/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Startback
module Version
MAJOR = 0
MINOR = 10
TINY = 1
MINOR = 11
TINY = 0
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end
2 changes: 1 addition & 1 deletion startback-base.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gemspec do |s|
s.add_runtime_dependency "nokogiri", [">= 1.11.4", "< 2.0"]
s.add_runtime_dependency "puma", [">= 5.3.1", "< 6.0"]
s.add_runtime_dependency "jwt", [">= 2.1", "< 3.0"]
s.add_runtime_dependency "bmg", [">= 0.18.0", "< 0.19.0"]
s.add_runtime_dependency "bmg", [">= 0.19.0", "< 0.20.0"]
s.add_runtime_dependency "tzinfo", [">= 1.2", "< 2.0"]
s.add_runtime_dependency "tzinfo-data"
s.add_runtime_dependency "i18n", [">= 1.0", "< 2.0"]
Expand Down

0 comments on commit 38d68a3

Please sign in to comment.