chore(release): 0.30.1 [skip ci]

## [0.30.1](https://github.com/propeller-heads/tycho-execution/compare/0.30.0...0.30.1) (2025-02-04)

### Bug Fixes

* deprecated signature ([576f89d](576f89d24c))
This commit is contained in:
semantic-release-bot
2025-02-04 18:17:33 +00:00
parent 873b6ef961
commit 25a26f21be
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.30.1](https://github.com/propeller-heads/tycho-execution/compare/0.30.0...0.30.1) (2025-02-04)
### Bug Fixes
* deprecated signature ([576f89d](https://github.com/propeller-heads/tycho-execution/commit/576f89d24ca25ab37ae59b4db97cbff946d6da58))
## [0.30.0](https://github.com/propeller-heads/tycho-execution/compare/0.29.1...0.30.0) (2025-02-04) ## [0.30.0](https://github.com/propeller-heads/tycho-execution/compare/0.29.1...0.30.0) (2025-02-04)

2
Cargo.lock generated
View File

@@ -4231,7 +4231,7 @@ dependencies = [
[[package]] [[package]]
name = "tycho-execution" name = "tycho-execution"
version = "0.30.0" version = "0.30.1"
dependencies = [ dependencies = [
"alloy", "alloy",
"alloy-primitives", "alloy-primitives",

View File

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