Skip to content

Commit

Permalink
v3.9.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny committed Sep 25, 2024
1 parent 48f2069 commit c4f22f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## unreleased

## v3.9.4

Fixes:
- Add `#hash` and `#instance_of?` to `ServiceActor::Result` (#168)
- Fix "An error occurred when inspecting the object" - `ArgumentError` for `ServiceActor::Result` when using `IRB` (#174)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
service_actor (3.9.3)
service_actor (3.9.4)
zeitwerk (>= 1.0)

GEM
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
strscan (3.1.0)
unicode-display_width (2.5.0)
version_gem (1.1.4)
zeitwerk (2.6.16)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/service_actor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ServiceActor
VERSION = "3.9.3"
VERSION = "3.9.4"
end

0 comments on commit c4f22f6

Please sign in to comment.