Skip to content

Commit

Permalink
chore(release): 0.75.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.75.0](0.74.4...0.75.0) (2025-02-17)

### Features

* track contract to pool state map on tycho decoder ([1750dcf](1750dcf))
* trigger pool updates on related contract changes ([f19e656](f19e656))

### Bug Fixes

* update both new and existing pools related to the contract updated ([33284ad](33284ad))
  • Loading branch information
semantic-release-bot committed Feb 17, 2025
1 parent e9a6507 commit ba4fbfd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.75.0](https://github.com/propeller-heads/tycho-simulation/compare/0.74.4...0.75.0) (2025-02-17)


### Features

* track contract to pool state map on tycho decoder ([1750dcf](https://github.com/propeller-heads/tycho-simulation/commit/1750dcf57e66915b7a078ca9ba32c3aa8384b089))
* trigger pool updates on related contract changes ([f19e656](https://github.com/propeller-heads/tycho-simulation/commit/f19e656b538006e0be69787d8306b931780fd66c))


### Bug Fixes

* update both new and existing pools related to the contract updated ([33284ad](https://github.com/propeller-heads/tycho-simulation/commit/33284ad3b269f7dc24265c91970128a656341489))

## [0.74.4](https://github.com/propeller-heads/tycho-simulation/compare/0.74.3...0.74.4) (2025-02-14)

## [0.74.3](https://github.com/propeller-heads/tycho-simulation/compare/0.74.2...0.74.3) (2025-02-13)
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.74.4"
version = "0.75.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.74.4"
version = "0.75.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.74.4"
version = "0.75.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit ba4fbfd

Please sign in to comment.