From 2b21b1b804c9581b76f0e069e4fcb4af654bd0d2 Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Tue, 14 Jan 2025 16:39:39 +0100 Subject: [PATCH 1/2] core: release `0.1.0` --- core/CHANGELOG.md | 8 ++++++-- core/Cargo.toml | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index f5de121c8..2ffcc1579 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.1.0] - 2025-01-14 + + ### Added - Add types, type-alias, functionality, re-exports and modules to interact with dusk-network - - +[Unreleased]: https://github.com/dusk-network/rusk/compare/dusk-core-0.1.0...HEAD +[0.1.0]: https://github.com/dusk-network/rusk/tree/dusk-core-0.1.0 diff --git a/core/Cargo.toml b/core/Cargo.toml index 2c3174149..3cac18af7 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -3,6 +3,10 @@ name = "dusk-core" version = "0.1.0" edition = "2021" +description = "Types used for interacting with Dusk's transfer and stake contracts." +license = "MPL-2.0" +repository = "https://github.com/dusk-network/rusk" + [dependencies] dusk-bls12_381 = { workspace = true, features = ["rkyv-impl"] } dusk-jubjub = { workspace = true, features = ["rkyv-impl"] } From e16111d10b239e71e5603a7fd54516369a63934d Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Tue, 14 Jan 2025 16:56:58 +0100 Subject: [PATCH 2/2] vm: release `0.1.0` --- vm/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vm/CHANGELOG.md b/vm/CHANGELOG.md index de797f63f..94101fb7c 100644 --- a/vm/CHANGELOG.md +++ b/vm/CHANGELOG.md @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2025-01-14 + ### Added - Add vm to interact with Dusk network [#3235] [#3235]: https://github.com/dusk-network/rusk/issues/3235 - - +[Unreleased]: https://github.com/dusk-network/rusk/compare/dusk-vm-0.1.0...HEAD +[0.1.0]: https://github.com/dusk-network/rusk/tree/dusk-vm-0.1.0