Skip to content

Commit

Permalink
Set version: 0.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 30, 2023
1 parent 3ae945d commit 5ced800
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.13.8] - 2023-07-30

### Added

- drand: Add `IsIncentivized` query
Expand Down Expand Up @@ -223,7 +225,8 @@ and this project adheres to

Base version for starting the CHANGELOG.

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

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

0 comments on commit 5ced800

Please sign in to comment.