chore(release): 0.9.0 [skip ci]

## [0.9.0](https://github.com/propeller-heads/tycho-execution/compare/0.8.0...0.9.0) (2025-01-22)

### Features

* Emit events when setting executors/verifiers ([59950a7](59950a7575))
* Set swap executors and verifiers ([4cb3286](4cb3286c94))
This commit is contained in:
semantic-release-bot
2025-01-22 19:25:48 +00:00
parent 648c9312d5
commit bd9e9241d3
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
## [0.9.0](https://github.com/propeller-heads/tycho-execution/compare/0.8.0...0.9.0) (2025-01-22)
### Features
* Emit events when setting executors/verifiers ([59950a7](https://github.com/propeller-heads/tycho-execution/commit/59950a7575d2a388cfc040ff8da63d98de544ac0))
* Set swap executors and verifiers ([4cb3286](https://github.com/propeller-heads/tycho-execution/commit/4cb3286c9425a72e58c44c29d17b31261b1dd94e))
## [0.8.0](https://github.com/propeller-heads/tycho-execution/compare/0.7.0...0.8.0) (2025-01-22)

2
Cargo.lock generated
View File

@@ -3126,7 +3126,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"alloy",
"alloy-primitives",

View File

@@ -1,6 +1,6 @@
[package]
name = "tycho-execution"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
[dependencies]