Skip to content

Commit

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

### Features

* implement load_abi util function ([ee81b3c](ee81b3c))

### Bug Fixes

* return ethers::ebi::Abi from load_swap_abi ([2c18f68](2c18f68))
* split into load_erc20_abi and load_swap_abi ([57d3415](57d3415))
  • Loading branch information
semantic-release-bot committed Oct 18, 2024
1 parent d7a0498 commit 1fa4ee5
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.23.0](https://github.com/propeller-heads/protosim/compare/0.22.0...0.23.0) (2024-10-18)


### Features

* implement load_abi util function ([ee81b3c](https://github.com/propeller-heads/protosim/commit/ee81b3c0b5a357eee1129a8093056e342a100fc2))


### Bug Fixes

* return ethers::ebi::Abi from load_swap_abi ([2c18f68](https://github.com/propeller-heads/protosim/commit/2c18f6870a0d1c1232328e83a4c19d67e81be056))
* split into load_erc20_abi and load_swap_abi ([57d3415](https://github.com/propeller-heads/protosim/commit/57d3415d662afab902969544b2059963bb5b7d00))

## [0.22.0](https://github.com/propeller-heads/protosim/compare/0.21.0...0.22.0) (2024-10-17)


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 = "protosim"
version = "0.22.0"
version = "0.23.0"
edition = "2021"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion protosim_py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_protosim_py"
version = "0.22.0"
version = "0.23.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 protosim_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "protosim-py"
version = "0.22.0"
version = "0.23.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 1fa4ee5

Please sign in to comment.