Skip to content

Commit

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

### Features

* AdapterContract new and encode method ([8e1cbde](8e1cbde))
* Add call and simulate ([d0fa2b8](d0fa2b8))
* Add decode_output method ([39e6832](39e6832))
* Implement ProtosimContract for adapter contract ([be59fa0](be59fa0))

### Bug Fixes

* Add adapter_contract to mod ([c8f0646](c8f0646))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 7746337 commit db57193
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.26.0](https://github.com/propeller-heads/protosim/compare/0.25.0...0.26.0) (2024-10-28)


### Features

* AdapterContract new and encode method ([8e1cbde](https://github.com/propeller-heads/protosim/commit/8e1cbded5d77b1183b03427ebebc7d384588823b))
* Add call and simulate ([d0fa2b8](https://github.com/propeller-heads/protosim/commit/d0fa2b8022ec514302395715a916558300bc7f57))
* Add decode_output method ([39e6832](https://github.com/propeller-heads/protosim/commit/39e68327a4d466af997af758e4bd24aa5665b5b9))
* Implement ProtosimContract for adapter contract ([be59fa0](https://github.com/propeller-heads/protosim/commit/be59fa0f2da45bd64e81e2e26f19cf4ee9c6ba1c))


### Bug Fixes

* Add adapter_contract to mod ([c8f0646](https://github.com/propeller-heads/protosim/commit/c8f0646673ebf50bab7fafecd104e097a0c448a6))

## [0.25.0](https://github.com/propeller-heads/protosim/compare/0.24.0...0.25.0) (2024-10-25)


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

0 comments on commit db57193

Please sign in to comment.