Skip to content

Commit

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

### Features

* **example:** add Curve to `explorer` example ([4840265](4840265))

### Bug Fixes

* correctly initialize stateless contracts ([28d3ad3](28d3ad3))
* correctly overwrites balances ([b5b7f2d](b5b7f2d))
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 2152c0f commit a13f6b1
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.57.0](https://github.com/propeller-heads/tycho-simulation/compare/0.56.1...0.57.0) (2024-12-10)


### Features

* **example:** add Curve to `explorer` example ([4840265](https://github.com/propeller-heads/tycho-simulation/commit/48402655ebb0b0e073220cfaff699635c85da493))


### Bug Fixes

* correctly initialize stateless contracts ([28d3ad3](https://github.com/propeller-heads/tycho-simulation/commit/28d3ad304f79d527717b361c7d3e952bfe062006))
* correctly overwrites balances ([b5b7f2d](https://github.com/propeller-heads/tycho-simulation/commit/b5b7f2d0065658d08678517d44c2e962b47e20e2))

## [0.56.1](https://github.com/propeller-heads/tycho-simulation/compare/0.56.0...0.56.1) (2024-12-10)


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

0 comments on commit a13f6b1

Please sign in to comment.