Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-weir committed Dec 2, 2023
1 parent 58a1f4d commit 61c2a63
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 24 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ edition = "2021"
[workspace.dependencies]
sigma-util = { version = "^0.14.0", path = "./sigma-util" }
sigma-ser = { version = "^0.15.0", path = "./sigma-ser" }
ergotree-ir = { version = "^0.27.0", path = "./ergotree-ir" }
ergo-chain-types = { version = "^0.14.0", path = "./ergo-chain-types" }
ergotree-ir = { version = "^0.27.1", path = "./ergotree-ir" }
ergo-chain-types = { version = "^0.14.1", path = "./ergo-chain-types" }
sigma-test-util = { version = "^0.3.0", path = "./sigma-test-util" }
ergoscript-compiler = { version = "^0.23.0", path = "./ergoscript-compiler" }
ergotree-interpreter = { version = "^0.27.0", path = "./ergotree-interpreter" }
ergoscript-compiler = { version = "^0.23.1", path = "./ergoscript-compiler" }
ergotree-interpreter = { version = "^0.27.1", path = "./ergotree-interpreter" }
ergo-nipopow = { version = "^0.14", path = "./ergo-nipopow" }
ergo-merkle-tree = { version = "^0.14.0", path = "./ergo-merkle-tree" }
ergo-rest = { version = "^0.12.0", path = "./ergo-rest" }
ergo-lib = { version = "^0.27.0", path = "./ergo-lib"}
ergo-merkle-tree = { version = "^0.14.1", path = "./ergo-merkle-tree" }
ergo-rest = { version = "^0.12.1", path = "./ergo-rest" }
ergo-lib = { version = "^0.27.1", path = "./ergo-lib"}
k256 = { version = "0.13.1", features = ["arithmetic", "ecdsa"] }
elliptic-curve = { version = "0.12", features = ["ff"] }
thiserror = "1"
Expand Down
2 changes: 1 addition & 1 deletion bindings/ergo-lib-c-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-lib-c-core"
version = "0.27.0"
version = "0.27.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions bindings/ergo-lib-c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-lib-c"
version = "0.27.0"
version = "0.27.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand All @@ -16,7 +16,7 @@ name = "ergo"
crate-type = ["staticlib"]

[dependencies]
ergo-lib-c-core = { version = "^0.27.0", path = "../ergo-lib-c-core" }
ergo-lib-c-core = { version = "^0.27.1", path = "../ergo-lib-c-core" }
paste = "^1.0"

[features]
Expand Down
4 changes: 2 additions & 2 deletions bindings/ergo-lib-jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-lib-jni"
version = "0.27.0"
version = "0.27.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand All @@ -16,4 +16,4 @@ path = "src/main/rust/lib.rs"
jni = "0.19.0"
log = "0.4.16"
ergo-lib = { workspace = true }
ergo-lib-c-core = { version = "^0.27.0", path = "../ergo-lib-c-core" }
ergo-lib-c-core = { version = "^0.27.1", path = "../ergo-lib-c-core" }
2 changes: 1 addition & 1 deletion bindings/ergo-lib-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-lib-wasm"
version = "0.27.0"
version = "0.27.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository = "https://github.com/ergoplatform/sigma-rust"
Expand Down
2 changes: 1 addition & 1 deletion ergo-chain-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-chain-types"
version = "0.14.0"
version = "0.14.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand Down
4 changes: 3 additions & 1 deletion ergo-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.27.1] - 2023-12-02
## [0.27.0] - 2023-12-02
## [0.26.0] - 2023-10-13

Expand Down Expand Up @@ -453,7 +454,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- ErgoTree constant values conversion.

<!-- next-url -->
[Unreleased]: https://github.com/ergoplatform/sigma-rust/compare/ergo-lib-v0.27.0...HEAD
[Unreleased]: https://github.com/ergoplatform/sigma-rust/compare/ergo-lib-v0.27.1...HEAD
[0.27.1]: https://github.com/ergoplatform/sigma-rust/compare/ergo-lib-v0.27.0...ergo-lib-v0.27.1
[0.27.0]: https://github.com/ergoplatform/sigma-rust/compare/ergo-lib-v0.26.0...ergo-lib-v0.27.0
[0.26.0]: https://github.com/ergoplatform/sigma-rust/compare/ergo-lib-v0.25.0...ergo-lib-v0.26.0
[0.25.0]: https://github.com/ergoplatform/sigma-rust/compare/ergo-lib-v0.24.1...ergo-lib-v0.25.0
Expand Down
2 changes: 1 addition & 1 deletion ergo-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-lib"
version = "0.27.0"
version = "0.27.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ergo-merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-merkle-tree"
version = "0.14.0"
version = "0.14.1"
repository.workspace = true
edition.workspace = true
license = "CC0-1.0"
Expand Down
2 changes: 1 addition & 1 deletion ergo-nipopow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-nipopow"
version = "0.14.0"
version = "0.14.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ergo-rest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergo-rest"
version = "0.12.0"
version = "0.12.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ergoscript-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergoscript-compiler"
version = "0.23.0"
version = "0.23.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions ergotree-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergotree-interpreter"
version = "0.27.0"
version = "0.27.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand Down Expand Up @@ -35,7 +35,7 @@ serde_json = { workspace = true, optional = true }
serde_with = { workspace = true, optional = true }
proptest = { workspace = true, optional = true }
ergo_avltree_rust = "0.1.0"
gf2_192 = { version = "^0.27.0", path = "../gf2_192" }
gf2_192 = { version = "^0.27.1", path = "../gf2_192" }
miette = { workspace = true }
hashbrown = "0.14.1"

Expand Down
2 changes: 1 addition & 1 deletion ergotree-ir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergotree-ir"
version = "0.27.0"
version = "0.27.1"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <denys@zadorozhnyi.com>"]
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gf2_192/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gf2_192"
version = "0.27.0"
version = "0.27.1"
license = "CC0-1.0"
authors = ["Timothy Ling (@kettlebell)"]
description = "Arithmetic operations and polynomial interpolation over Galois fields GF(2^192)"
Expand Down

0 comments on commit 61c2a63

Please sign in to comment.