Skip to content

Commit 4d325d0

Browse files
authored
Release: Version 0.1.5 and npmjs version 0.1.4 (#132)
* Bump npmjs version to 0.1.4 * Bump cargo versions to 0.1.5 Release Notes: * Supports IOTA v1.6.1 and "@iota/iota-sdk" npmjs package version "1.6.1" * Fix for #117: New real-world examples (IoT Weather Station and Legal Contract) * Fix for #116: Enhanced documentation for the mutability/immutability behavior of the notarization fields for the Move, Rust and TS interface
1 parent edacd30 commit 4d325d0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bindings/wasm/notarization_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notarization_wasm"
3-
version = "0.1.4-alpha"
3+
version = "0.1.5-alpha"
44
authors = ["IOTA Stiftung"]
55
edition = "2021"
66
homepage = "https://www.iota.org"

bindings/wasm/notarization_wasm/package-lock.json

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

bindings/wasm/notarization_wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "IOTA Foundation <info@iota.org>",
44
"description": "WASM bindings for IOTA Notarization - A Data Notarization Framework providing multiple notarization methods. To be used in JavaScript/TypeScript",
55
"homepage": "https://www.iota.org",
6-
"version": "0.1.3",
6+
"version": "0.1.4",
77
"license": "Apache-2.0",
88
"repository": {
99
"type": "git",

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples"
3-
version = "0.1.4-alpha"
3+
version = "0.1.5-alpha"
44
authors = ["IOTA Stiftung"]
55
edition = "2024"
66
publish = false

notarization-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notarization"
3-
version = "0.1.4-alpha"
3+
version = "0.1.5-alpha"
44
authors.workspace = true
55
edition.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)