Skip to content

Commit

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

### Features

* Replace ethers types in block hash ([62a9a3d](62a9a3d))
* Replace ethers types with alloy in simulation interfaces ([803d1f9](803d1f9))
* Update encoding and decoding to use alloy instead of ethers ([3cd1787](3cd1787))
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent 0547bcc commit 4eea155
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.55.0](https://github.com/propeller-heads/tycho-simulation/compare/0.54.0...0.55.0) (2024-12-09)


### Features

* Replace ethers types in block hash ([62a9a3d](https://github.com/propeller-heads/tycho-simulation/commit/62a9a3d7c45b9d5137255ee3698cdd994fb0f737))
* Replace ethers types with alloy in simulation interfaces ([803d1f9](https://github.com/propeller-heads/tycho-simulation/commit/803d1f9f9a11b72a2f42def125015655f0eb4ecb))
* Update encoding and decoding to use alloy instead of ethers ([3cd1787](https://github.com/propeller-heads/tycho-simulation/commit/3cd1787de49b67425d5b9b6b0bacc09014614287))

## [0.54.0](https://github.com/propeller-heads/tycho-simulation/compare/0.53.0...0.54.0) (2024-12-05)


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

0 comments on commit 4eea155

Please sign in to comment.