Skip to content

Commit a32fcbd

Browse files
chore(release): 0.22.0 [skip ci]
## [0.22.0](0.21.0...0.22.0) (2024-10-17) ### Features * implement get_code_for_address util function ([9b5e64a](9b5e64a)) * implement maybe_coerce_error utils function ([6c75b26](6c75b26))
1 parent 4429d1c commit a32fcbd

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.22.0](https://github.com/propeller-heads/protosim/compare/0.21.0...0.22.0) (2024-10-17)
2+
3+
4+
### Features
5+
6+
* implement get_code_for_address util function ([9b5e64a](https://github.com/propeller-heads/protosim/commit/9b5e64a28701195a3f1f04810033e98166cbbf7d))
7+
* implement maybe_coerce_error utils function ([6c75b26](https://github.com/propeller-heads/protosim/commit/6c75b264b35f3b3c017af5fb3ac107534c64ee59))
8+
19
## [0.21.0](https://github.com/propeller-heads/protosim/compare/0.20.0...0.21.0) (2024-10-17)
210

311

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protosim"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
edition = "2021"
55

66
[workspace]

protosim_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_protosim_py"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

protosim_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "protosim-py"
7-
version = "0.21.0"
7+
version = "0.22.0"
88
requires-python = ">=3.7"
99
classifiers = [
1010
"Programming Language :: Rust",

0 commit comments

Comments
 (0)