Skip to content

Commit

Permalink
Set version: 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Dec 6, 2023
1 parent 36a6592 commit aafb12b
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 27 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [0.15.3] - 2023-12-06

- Use cw2 in all the contracts. ([#291])
- Upgrade Rust to 1.73.0 and optimizer to 0.15.0.
- nois-drand: use unchecked `G2Pubkey` due to static pubkey
Expand Down Expand Up @@ -288,7 +290,8 @@ and this project adheres to

Base version for starting the CHANGELOG.

[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.15.2...HEAD
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.15.3...HEAD
[0.15.3]: https://github.com/noislabs/nois-contracts/compare/v0.15.2...v0.15.3
[0.15.2]: https://github.com/noislabs/nois-contracts/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/noislabs/nois-contracts/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/noislabs/nois-contracts/compare/v0.14.0...v0.15.0
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/nois-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-demo"
version = "0.15.2"
version = "0.15.3"
authors = ["Simon Warta <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-drand/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-drand"
version = "0.15.2"
version = "0.15.3"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-gateway"
version = "0.15.2"
version = "0.15.3"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-icecube/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-icecube"
version = "0.15.2"
version = "0.15.3"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-monitoring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-monitoring"
version = "0.15.2"
version = "0.15.3"
authors = ["Katarina | Nois Network", "Simon Warta <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-payment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-payment"
version = "0.15.2"
version = "0.15.3"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-proxy-governance-owned/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-proxy-governance-owned"
version = "0.15.2"
version = "0.15.3"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-proxy"
version = "0.15.2"
version = "0.15.3"
authors = ["Ethan Frey <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-sink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-sink"
version = "0.15.2"
version = "0.15.3"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion packages/drand-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drand-common"
version = "0.15.2"
version = "0.15.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/misc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "misc"
version = "0.15.2"
version = "0.15.3"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion packages/multitest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-multitest"
version = "0.15.2"
version = "0.15.3"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion packages/nois-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-protocol"
version = "0.15.2"
version = "0.15.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit aafb12b

Please sign in to comment.