Skip to content

Commit

Permalink
Release ruby_event_store-outbox 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
porbas committed Apr 12, 2024
1 parent 338d14e commit e5681c5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion contrib/ruby_event_store-outbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### 0.0.28 2024-04-12

* Fix issues that prevent res_outbox CLI from processing
* Upgrade docker image base to ruby:3.2

### 0.0.27 2024-04-12

* Fix issues that prevent res_outbox CLI from starting
* Fix issues that prevent res_outbox CLI from starting

### 0.0.26 2024-04-12

Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
PATH
remote: .
specs:
ruby_event_store-outbox (0.0.27)
ruby_event_store-outbox (0.0.28)
activerecord (>= 6.0)
ruby_event_store (>= 1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.rails_6_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
PATH
remote: .
specs:
ruby_event_store-outbox (0.0.27)
ruby_event_store-outbox (0.0.28)
activerecord (>= 6.0)
ruby_event_store (>= 1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.rails_6_1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
PATH
remote: .
specs:
ruby_event_store-outbox (0.0.27)
ruby_event_store-outbox (0.0.28)
activerecord (>= 6.0)
ruby_event_store (>= 1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
PATH
remote: .
specs:
ruby_event_store-outbox (0.0.27)
ruby_event_store-outbox (0.0.28)
activerecord (>= 6.0)
ruby_event_store (>= 1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby_event_store-outbox/Gemfile.sidekiq_6_5.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
PATH
remote: .
specs:
ruby_event_store-outbox (0.0.27)
ruby_event_store-outbox (0.0.28)
activerecord (>= 6.0)
ruby_event_store (>= 1.0.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RubyEventStore
module Outbox
VERSION = "0.0.27"
VERSION = "0.0.28"
end
end

0 comments on commit e5681c5

Please sign in to comment.