Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Sep 12, 2022
1 parent 79a73ec commit 9e37ebf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# v0.15.0

* Pinging a closed connection shouldn't be considered a failure. (#396)
* Fix: Patch `new_client` for Rails apps so that the OpenCircuitError makes it through. (#395)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ $ git pull origin master

Update version in [`lib/semian/version.rb`](./lib/semian/version.rb).
Check if there is required changes in [`README.md`](./README.md).
Add line after `## [Unreleased]` in [`CHANGELOG.md`][./CHANGELOG.md] with new version
and update links to commits compare in the bottom of the document.
Add line after `## [Unreleased]` in [`CHANGELOG.md`][./CHANGELOG.md] with new version.

### Run Tests

Expand Down
2 changes: 1 addition & 1 deletion lib/semian/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Semian
VERSION = "0.14.0"
VERSION = "0.15.0"
end

0 comments on commit 9e37ebf

Please sign in to comment.