Skip to content

Commit

Permalink
chore: release version v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Nov 6, 2024
1 parent 9bc4a2e commit 859c635
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.10.1](https://github.com/ash-project/reactor/compare/v0.10.0...v0.10.1) (2024-11-06)




### Bug Fixes:

* Switch: Don't duplicate outside steps inside switch matches. (#133)

* Don't raise error when switch is missing default branch (#129)

## [v0.10.0](https://github.com/ash-project/reactor/compare/v0.9.1...v0.10.0) (2024-09-15)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The package can be installed by adding `reactor` to your list of dependencies in
```elixir
def deps do
[
{:reactor, "~> 0.10.0"}
{:reactor, "~> 0.10.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Reactor.MixProject do
use Mix.Project

@version "0.10.0"
@version "0.10.1"
@description "An asynchronous, graph-based execution engine"

def project do
Expand Down

0 comments on commit 859c635

Please sign in to comment.