chore(release): 0.5.0 [skip ci]

## [0.5.0](https://github.com/propeller-heads/tycho-execution/compare/0.4.0...0.5.0) (2025-01-20)

### Features

* Implement ProtocolApprovalsManager ([cbf2b4d](cbf2b4de5a))
This commit is contained in:
semantic-release-bot
2025-01-20 17:25:09 +00:00
parent e3fdf20ded
commit 649b1b0bcb
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.5.0](https://github.com/propeller-heads/tycho-execution/compare/0.4.0...0.5.0) (2025-01-20)
### Features
* Implement ProtocolApprovalsManager ([cbf2b4d](https://github.com/propeller-heads/tycho-execution/commit/cbf2b4de5a68d98f37182b26f8872f4f512b356f))
## [0.4.0](https://github.com/propeller-heads/tycho-execution/compare/0.3.0...0.4.0) (2025-01-20)

2
Cargo.lock generated
View File

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

View File

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