Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
prognostikos committed May 22, 2024
1 parent 9c6026f commit 6309c74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## 0.0.4

### Added

Expand All @@ -17,6 +17,3 @@

- Upgraded development dependencies
- Upgraded to latest 5.x Redis gem

[unreleased]:
https://github.com/prognostikos/cb2/compare/02b79a4...HEAD
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cb2 (0.0.3)
cb2 (0.0.4)
redis (~> 5, >= 4)

GEM
Expand All @@ -11,9 +11,9 @@ GEM
diff-lcs (1.5.0)
minitest (5.18.1)
rake (13.0.6)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
rr (1.1.2)
rspec (3.12.0)
Expand Down
2 changes: 1 addition & 1 deletion cb2.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "cb2"
s.email = "[email protected]"
s.version = "0.0.3"
s.version = "0.0.4"
s.license = "MIT"
s.summary = "Circuit breaker"
s.description = "Implementation of the circuit breaker pattern in Ruby"
Expand Down

0 comments on commit 6309c74

Please sign in to comment.