Skip to content

Commit

Permalink
chore(release): 0.81.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.81.0](0.80.0...0.81.0) (2025-03-04)

### Features

* **price_printer:** display the protocol name for each row in the table ([b8ad2d5](b8ad2d5))

### Bug Fixes

* **quickstart:** map `ethereum` to `mainnet` when creating alloy `NamedChain`. ([2d559b3](2d559b3))
  • Loading branch information
semantic-release-bot committed Mar 4, 2025
1 parent 937fd33 commit 678c373
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.81.0](https://github.com/propeller-heads/tycho-simulation/compare/0.80.0...0.81.0) (2025-03-04)


### Features

* **price_printer:** display the protocol name for each row in the table ([b8ad2d5](https://github.com/propeller-heads/tycho-simulation/commit/b8ad2d5dc400dfb72a9bda57c4e24027b4788d9c))


### Bug Fixes

* **quickstart:** map `ethereum` to `mainnet` when creating alloy `NamedChain`. ([2d559b3](https://github.com/propeller-heads/tycho-simulation/commit/2d559b357dbab382540a63d70704a9808eb7cc2a))

## [0.80.0](https://github.com/propeller-heads/tycho-simulation/compare/0.79.2...0.80.0) (2025-03-03)


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.80.0"
version = "0.81.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.80.0"
version = "0.81.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.80.0"
version = "0.81.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 678c373

Please sign in to comment.