Skip to content

Commit 82e6b23

Browse files
committed
build: bump version to 0.3.0 for breaking API changes
Breaking changes in this release: - DelegateInterface::process: attested → origin: Option<MessageOrigin> - ApplicationMessage: removed app field, new() takes only payload - New public type: MessageOrigin enum
1 parent dbfab24 commit 82e6b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freenet-stdlib"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.80"
66
publish = true

0 commit comments

Comments
 (0)