Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit f25ee98

Browse files
committed
Set version: 0.15.0
1 parent 1c57308 commit f25ee98

File tree

15 files changed

+30
-27
lines changed

15 files changed

+30
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.15.0] - 2023-09-26
12+
1113
### Changed
1214

1315
- Fast randomness! Now all drand rounds can be used when beacons are requested,
@@ -256,7 +258,8 @@ and this project adheres to
256258

257259
Base version for starting the CHANGELOG.
258260

259-
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.14.0...HEAD
261+
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.15.0...HEAD
262+
[0.15.0]: https://github.com/noislabs/nois-contracts/compare/v0.14.0...v0.15.0
260263
[0.14.0]: https://github.com/noislabs/nois-contracts/compare/v0.13.8...v0.14.0
261264
[0.13.8]: https://github.com/noislabs/nois-contracts/compare/v0.13.7...v0.13.8
262265
[0.13.7]: https://github.com/noislabs/nois-contracts/compare/v0.13.6...v0.13.7

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/nois-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-demo"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["Simon Warta <[email protected]>"]
55
edition = "2021"
66
publish = false

contracts/nois-drand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-drand"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-gateway"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-icecube/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-icecube"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-monitoring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-monitoring"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["Katarina | Nois Network", "Simon Warta <[email protected]>"]
55
edition = "2021"
66
publish = false

contracts/nois-payment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-payment"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-proxy-governance-owned/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-proxy-governance-owned"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-proxy"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2021"
66
publish = false

0 commit comments

Comments
 (0)