Skip to content

Commit e95f01c

Browse files
committed
dusk-rusk: release 1.3.0
1 parent 48fec6d commit e95f01c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rusk/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.0] - 2025-04-17
11+
1012
### Added
1113

1214
- Add `Content-Type: application/json` support for `/on/contracts` endpoint
@@ -406,7 +408,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
406408
[#290]: https://github.com/dusk-network/rusk/issues/290
407409

408410

409-
[Unreleased]: https://github.com/dusk-network/rusk/compare/dusk-rusk-1.2.0...HEAD
411+
[Unreleased]: https://github.com/dusk-network/rusk/compare/dusk-rusk-1.3.0...HEAD
412+
[1.3.0]: https://github.com/dusk-network/rusk/compare/dusk-rusk-1.2.0...dusk-rusk-1.3.0
410413
[1.2.0]: https://github.com/dusk-network/rusk/compare/dusk-rusk-1.1.1...dusk-rusk-1.2.0
411414
[1.1.1]: https://github.com/dusk-network/rusk/compare/dusk-rusk-1.1.0...dusk-rusk-1.1.1
412415
[1.1.0]: https://github.com/dusk-network/rusk/compare/dusk-rusk-1.0.2...dusk-rusk-1.1.0

rusk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dusk-rusk"
3-
version = "1.2.1-alpha.1"
3+
version = "1.3.0"
44
edition = "2021"
55
autobins = false
66

0 commit comments

Comments
 (0)