Skip to content

Commit

Permalink
Set version: 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Sep 1, 2023
1 parent 2dd8892 commit feaa40a
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.14.0] - 2023-09-01

### Changed

- Upgrade Rust to 1.71.0 and workspace-optimizer to 0.14.0.
Expand Down Expand Up @@ -243,7 +245,8 @@ and this project adheres to

Base version for starting the CHANGELOG.

[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.13.8...HEAD
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/noislabs/nois-contracts/compare/v0.13.8...v0.14.0
[0.13.8]: https://github.com/noislabs/nois-contracts/compare/v0.13.7...v0.13.8
[0.13.7]: https://github.com/noislabs/nois-contracts/compare/v0.13.6...v0.13.7
[0.13.6]: https://github.com/noislabs/nois-contracts/compare/v0.13.5...v0.13.6
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
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.13.8"
version = "0.14.0"
edition = "2021"

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

0 comments on commit feaa40a

Please sign in to comment.