Skip to content

Commit

Permalink
chore: increment crate version to v0.2.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Apr 24, 2024
1 parent 77423f7 commit dfec8b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1 (2024-04-24)

* Added ability to start the client in debug mode (#283).

## 0.2.0 (2024-04-14)

* Added an `init` command to the CLI.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "miden-client"
version = "0.2.0"
version = "0.2.1"
description = "Client library that facilitates interaction with the Miden rollup"
authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/miden-client"
documentation = "https://docs.rs/miden-client/0.2.0"
documentation = "https://docs.rs/miden-client/0.2.1"
keywords = ["miden", "client"]
edition = "2021"
rust-version = "1.75"
Expand Down

0 comments on commit dfec8b5

Please sign in to comment.