chore(release): 0.29.1 [skip ci]

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

### Bug Fixes

* Fix bug with token indexing when wrapping/unwrapping ([3f4e27a](3f4e27a348))
* test fixes after merge ([ff283bc](ff283bc333))
This commit is contained in:
semantic-release-bot
2025-02-04 16:54:33 +00:00
parent 47a54ebc26
commit a92ba96d86
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
## [0.29.1](https://github.com/propeller-heads/tycho-execution/compare/0.29.0...0.29.1) (2025-02-04)
### Bug Fixes
* Fix bug with token indexing when wrapping/unwrapping ([3f4e27a](https://github.com/propeller-heads/tycho-execution/commit/3f4e27a34890b8865d59956d009bd4a44aa7fe54))
* test fixes after merge ([ff283bc](https://github.com/propeller-heads/tycho-execution/commit/ff283bc33383aa38ddeca7891795c0bcac1164fc))
## [0.29.0](https://github.com/propeller-heads/tycho-execution/compare/0.28.0...0.29.0) (2025-02-04) ## [0.29.0](https://github.com/propeller-heads/tycho-execution/compare/0.28.0...0.29.0) (2025-02-04)

2
Cargo.lock generated
View File

@@ -4163,7 +4163,7 @@ dependencies = [
[[package]] [[package]]
name = "tycho-execution" name = "tycho-execution"
version = "0.29.0" version = "0.29.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.29.0" version = "0.29.1"
edition = "2021" edition = "2021"
[dependencies] [dependencies]