Merge branch 'main' into encoder/hr/ENG-4245-strategy-swap-encoder-docs

This commit is contained in:
Harsh Vardhan Roy
2025-02-21 20:23:48 +05:30
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.48.1](https://github.com/propeller-heads/tycho-execution/compare/0.48.0...0.48.1) (2025-02-21)
### Bug Fixes
* Native ETH input/output integration tests/fixes ([a7aa4d7](https://github.com/propeller-heads/tycho-execution/commit/a7aa4d7ebb956ec290b5853245f0e1f0077d708a))
## [0.48.0](https://github.com/propeller-heads/tycho-execution/compare/0.47.0...0.48.0) (2025-02-21)

2
Cargo.lock generated
View File

@@ -4340,7 +4340,7 @@ dependencies = [
[[package]]
name = "tycho-execution"
version = "0.48.0"
version = "0.48.1"
dependencies = [
"alloy",
"alloy-primitives",

View File

@@ -1,6 +1,6 @@
[package]
name = "tycho-execution"
version = "0.48.0"
version = "0.48.1"
edition = "2021"
[[bin]]