chore(release): 0.12.0 [skip ci]

## [0.12.0](https://github.com/propeller-heads/tycho-execution/compare/0.11.0...0.12.0) (2025-01-23)

### Features

* add tests for withdraw, fee and make it DRY ([056582c](056582ca2f))

### Bug Fixes

* pr comments ([9c99b73](9c99b73884))
This commit is contained in:
semantic-release-bot
2025-01-23 17:08:52 +00:00
parent 434ce60bfd
commit 7e49741e93
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
## [0.12.0](https://github.com/propeller-heads/tycho-execution/compare/0.11.0...0.12.0) (2025-01-23)
### Features
* add tests for withdraw, fee and make it DRY ([056582c](https://github.com/propeller-heads/tycho-execution/commit/056582ca2f5d792d60027574c313be2ca8ac649c))
### Bug Fixes
* pr comments ([9c99b73](https://github.com/propeller-heads/tycho-execution/commit/9c99b738841cb0dacf37bf95aec8cedebc69c5d3))
## [0.11.0](https://github.com/propeller-heads/tycho-execution/compare/0.10.0...0.11.0) (2025-01-23)

2
Cargo.lock generated
View File

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

View File

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