Skip to content

Commit

Permalink
rusk: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Jan 20, 2025
1 parent 670ee87 commit 41e4a9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion rusk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.0.1] - 2025-01-20

### Added

- Add `Rusk-Version-Strict` header for version match
- Add support for `cargo install`

### Changed

Expand Down Expand Up @@ -312,7 +315,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#290]: https://github.com/dusk-network/rusk/issues/290


[unreleased]: https://github.com/dusk-network/rusk/compare/rusk-1.0.0...HEAD
[unreleased]: https://github.com/dusk-network/rusk/compare/rusk-1.0.1...HEAD
[1.0.1]: https://github.com/dusk-network/rusk/compare/rusk-1.0.0...rusk-1.0.1
[1.0.0]: https://github.com/dusk-network/rusk/compare/v0.8.0...rusk-1.0.0
[0.8.0]: https://github.com/dusk-network/rusk/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/dusk-network/rusk/compare/v0.6.0...v0.7.0
Expand Down
11 changes: 9 additions & 2 deletions rusk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[package]
name = "rusk"
version = "1.0.1-dev"
name = "dusk-rusk"
version = "1.0.1"
edition = "2021"
autobins = false

description = "Rusk is the Dusk Network node implementation"
repository = "https://github.com/dusk-network/rusk"
categories = ["cryptography", "cryptography::cryptocurrencies"]
keywords = ["dusk", "cryptocurrency", "blockchain", "node"]
license = "MPL-2.0"


[lib]
name = "rusk"
path = "src/lib/lib.rs"
Expand Down

0 comments on commit 41e4a9b

Please sign in to comment.