Skip to content

Commit 3754f86

Browse files
chore(release): 0.193.0 [skip ci]
## [0.193.0](0.192.1...0.193.0) (2025-11-11) ### Features * add uniswap v4 and pancakeswap v3 in Base integration tests ([82cabd0](82cabd0))
1 parent f32230f commit 3754f86

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.193.0](https://github.com/propeller-heads/tycho-simulation/compare/0.192.1...0.193.0) (2025-11-11)
2+
3+
4+
### Features
5+
6+
* add uniswap v4 and pancakeswap v3 in Base integration tests ([82cabd0](https://github.com/propeller-heads/tycho-simulation/commit/82cabd0ae3c04104e3a350c9f3ba453ccfffc141))
7+
18
## [0.192.1](https://github.com/propeller-heads/tycho-simulation/compare/0.192.0...0.192.1) (2025-11-10)
29

310

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tycho-simulation"
3-
version = "0.192.1"
3+
version = "0.193.0"
44
edition = "2021"
55
description = "Provides tools for interacting with protocol states, calculating spot prices, and quoting token swaps."
66
repository = "https://github.com/propeller-heads/tycho-simulation"

tycho_simulation_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_tycho_simulation_py"
3-
version = "0.192.1"
3+
version = "0.193.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

tycho_simulation_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "tycho-simulation-py"
7-
version = "0.192.1"
7+
version = "0.193.0"
88
requires-python = ">=3.7"
99
classifiers = [
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)