Skip to content

Commit

Permalink
Merge pull request #3358 from dusk-network/dusk-core-release
Browse files Browse the repository at this point in the history
core-vm release
  • Loading branch information
herr-seppia authored Jan 14, 2025
2 parents 9e291c8 + e16111d commit 748edcd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 6 additions & 2 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/releases/tag/dusk-core-0.1.0 -->
[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
4 changes: 4 additions & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
6 changes: 4 additions & 2 deletions vm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/dusk-abi/compare/dusk-vm-0.1.0...HEAD -->
<!-- [0.1.0]: https://github.com/dusk-network/dusk-abi/releases/tag/dusk-vm-0.1.0 -->
[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

0 comments on commit 748edcd

Please sign in to comment.