Skip to content

Commit

Permalink
Release v0.2.4 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed May 16, 2024
2 parents e9c5fce + 29210ac commit 2cb9a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## Unreleased
## v0.2.4

*May 16th, 2024*

- Add helpers to deserialize into `std::option::Option` or `std::result::Result` ([#17](https://github.com/informalsystems/itf-rs/pull/17))

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "itf"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 2cb9a14

Please sign in to comment.