From ff988461221c5320be633cb5153c5680fbcd1ad8 Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 16 Nov 2024 15:43:45 -0800 Subject: [PATCH] chore: prepare releases --- sia/CHANGELOG.md | 5 +++++ sia/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 sia/CHANGELOG.md diff --git a/sia/CHANGELOG.md b/sia/CHANGELOG.md new file mode 100644 index 0000000..9f1e75e --- /dev/null +++ b/sia/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.0.2 (2024-11-16) + +### Fixes + +- hello, world! diff --git a/sia/Cargo.toml b/sia/Cargo.toml index 9cb0cf3..0843c4b 100644 --- a/sia/Cargo.toml +++ b/sia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sia_sdk" -version = "0.0.1" +version = "0.0.2" edition = "2021" repository = "https://github.com/SiaFoundation/sia-sdk-rs" license = "MIT"