Skip to content

Commit 238e877

Browse files
committed
Release 0.25.4
1 parent 1d254ee commit 238e877

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.25.4
2+
3+
* Remove redundant semian resource name from OpenCircuitError and ResourceBusyError
4+
15
# v0.25.3
26

37
* Fix unbound growth of consumers WeakRef Array

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/semian/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Semian
4-
VERSION = "0.25.3"
4+
VERSION = "0.25.4"
55
end

0 commit comments

Comments
 (0)