Skip to content

Commit

Permalink
Set version: 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Dec 9, 2023
1 parent 9b995e2 commit 2f50f1a
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 27 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to

## [Unreleased]

## [0.15.4] - 2023-12-10

- proxy: Refactor permission handling

## [0.15.3] - 2023-12-06

- Use cw2 in all the contracts. ([#291])
Expand Down Expand Up @@ -290,7 +294,8 @@ and this project adheres to

Base version for starting the CHANGELOG.

[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.15.3...HEAD
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.15.4...HEAD
[0.15.4]: https://github.com/noislabs/nois-contracts/compare/v0.15.3...v0.15.4
[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
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
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.3"
version = "0.15.4"
edition = "2021"

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

0 comments on commit 2f50f1a

Please sign in to comment.