From 6309c74ce38e752bda2e73684b2074db29323e52 Mon Sep 17 00:00:00 2001 From: Matt Rohrer Date: Wed, 22 May 2024 06:59:33 +0200 Subject: [PATCH] Bump version to 0.0.4 --- CHANGELOG.md | 5 +---- Gemfile.lock | 8 ++++---- cb2.gemspec | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7172134..db26951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## 0.0.4 ### Added @@ -17,6 +17,3 @@ - Upgraded development dependencies - Upgraded to latest 5.x Redis gem - -[unreleased]: -https://github.com/prognostikos/cb2/compare/02b79a4...HEAD diff --git a/Gemfile.lock b/Gemfile.lock index 5c5a5b5..32e2ff7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cb2 (0.0.3) + cb2 (0.0.4) redis (~> 5, >= 4) GEM @@ -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) diff --git a/cb2.gemspec b/cb2.gemspec index 74bf2e7..8a7bbcb 100644 --- a/cb2.gemspec +++ b/cb2.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "cb2" s.email = "matt@prognostikos.com" - 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"