Skip to content

Commit

Permalink
chore: release version v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsynz committed Feb 28, 2024
1 parent 37b9eda commit b929c72
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.7.0](https://github.com/ash-project/reactor/compare/v0.6.0...v0.7.0) (2024-02-28)




### Features:

* Add telemetry middleware. (#93)

* Add a middleware which emits telemetry events about Reactor.

### Bug Fixes:

* incorrect function arity for `Group.after_fun` DSL.

### Improvements:

* don't incur compile-time dependencies on middleware.

## [v0.6.0](https://github.com/ash-project/reactor/compare/v0.5.2...v0.6.0) (2024-02-26)
### Breaking Changes:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The package can be installed by adding `reactor` to your list of dependencies in
```elixir
def deps do
[
{:reactor, "~> 0.6.0"}
{:reactor, "~> 0.7.0"}
]
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.6.0"
@version "0.7.0"
@description "An asynchronous, graph-based execution engine"

def project do
Expand Down

0 comments on commit b929c72

Please sign in to comment.