Skip to content

Commit

Permalink
v3.9.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny committed Jul 15, 2024
1 parent 9f299c1 commit 3ff9f88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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.3

Fixes:
- Fail actor when playing a failing Interactor (#164)

Expand Down
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ On a pull request, you can add an entry to the

## Releases

To release a new version, update the version number in `version.rb`, and in the
`CHANGELOG.md`. Update the `README.md` if there are missing segments, make sure
tests and linting are pristine by calling `bundle && bin/rake`, then create a
commit for this version, for example with:
To release a new version, update the version number in the `CHANGELOG.md` and in
`version.rb`. Make sure tests and linting are pristine by calling
`bundle && bin/rake`, then create a commit for this version, for example with:

```sh
git add --patch
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.2)
service_actor (3.9.3)
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.15)
zeitwerk (2.6.16)

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.2"
VERSION = "3.9.3"
end

0 comments on commit 3ff9f88

Please sign in to comment.