Skip to content

Commit 4c48b28

Browse files
Release v0.28.1 (#1040)
* Bump version to 0.28.1 --------- Co-authored-by: shopify-github-actions-access[bot] <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Co-authored-by: Abdulrahman Alhamali <[email protected]>
1 parent e8e2000 commit 4c48b28

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.28.1
2+
3+
* remove accidentally added @name variable in PIDControllerThread (#1039)
4+
15
# v0.28.0
26

37
* Add adaptive circuit breaker (experimental feature), and a dual circuit breaker to allow switching between it and classic circuit breaker (#760)

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.28.0"
4+
VERSION = "0.28.1"
55
end

0 commit comments

Comments
 (0)