Skip to content

Commit

Permalink
chore: Prepare 0.7.2 release (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo authored Mar 5, 2025
1 parent f787461 commit f99b7e0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## 0.7.1 (TBD)
## 0.7.2 (2025-03-05) - `miden-client-web` and `miden-client` crates

* [BREAKING] Added Initial Web Workers Implementation to Web Client (#720).
* Web Client Fix: Handled Case Where Web Workers are Not Available (#743).
* Web Client: Exposed `InputNotes` iterator and `Note` `assets` property (#757).
* Web Client Submit Transaction Fix: Typescript Typings Now Match Underlying Client Call (#760).
* Web Client: Exported `TransactionResult` in typings (#768).
### Changes

* [BREAKING] Added initial Web Workers implementation to web client (#720, #743).
* Web client: Exposed `InputNotes` iterator and `assets` getter (#757).
* Web client: Exported `TransactionResult` in typings (#768).
* Implemented serialization and deserialization for `SyncSummary` (#725).

### Fixes

* Web client: Fixed submit transaction; Typescript types now match underlying Client call (#760).

## 0.7.0 (2025-01-28)

Expand All @@ -33,7 +38,6 @@
* Enabled TLS on tonic client (#697).
* Added account creation from component templates (#680).
* Added serialization for `TransactionResult` (#704).
* Implemented serialization and deserialization for `SyncSummary` (#725).

### Fixes

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.

4 changes: 2 additions & 2 deletions crates/rust-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "miden-client"
version = "0.7.0"
version = "0.7.2"
description = "Client library that facilitates interaction with the Miden rollup"
readme = "README.md"
documentation = "https://docs.rs/miden-client/0.7.0"
documentation = "https://docs.rs/miden-client/0.7.2"
categories = ["no-std"]
keywords = ["miden", "client"]
license.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/web-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "miden-client-web"
version = "0.7.0"
version = "0.7.2"
description = "Web Client library that facilitates interaction with the Miden rollup"
readme = "README.md"
categories = ["no-std"]
documentation = "https://docs.rs/miden-client-web/0.7.0"
documentation = "https://docs.rs/miden-client-web/0.7.2"
keywords = ["miden", "client", "web", "wasm"]
license.workspace = true
authors.workspace = true
Expand Down

0 comments on commit f99b7e0

Please sign in to comment.