Skip to content

Commit

Permalink
chore(release): 0.65.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.65.0](0.64.0...0.65.0) (2024-12-20)

### Features

* **uniswap_v4:** implement `ProtocolSim` except `delta_transition` ([6155b4a](6155b4a))
* **uniswap_v4:** implement `swap()` for `UniswapV4State` ([584347c](584347c))
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent 66eaa07 commit d97d174
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.65.0](https://github.com/propeller-heads/tycho-simulation/compare/0.64.0...0.65.0) (2024-12-20)


### Features

* **uniswap_v4:** implement `ProtocolSim` except `delta_transition` ([6155b4a](https://github.com/propeller-heads/tycho-simulation/commit/6155b4ad64f0ad1a371af33c08d3890694d48ad1))
* **uniswap_v4:** implement `swap()` for `UniswapV4State` ([584347c](https://github.com/propeller-heads/tycho-simulation/commit/584347cd4b40fe5a26c0395935884b10fd40f071))

## [0.64.0](https://github.com/propeller-heads/tycho-simulation/compare/0.63.0...0.64.0) (2024-12-20)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tycho-simulation"
version = "0.64.0"
version = "0.65.0"
edition = "2021"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion tycho_simulation_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_tycho_simulation_py"
version = "0.64.0"
version = "0.65.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion tycho_simulation_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "tycho-simulation-py"
version = "0.64.0"
version = "0.65.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit d97d174

Please sign in to comment.