Skip to content

Commit

Permalink
Bump versions to prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Jun 16, 2023
1 parent 8aaef5e commit b221b9f
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 34 deletions.
6 changes: 3 additions & 3 deletions identity-provider-service/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 identity-provider-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sha2 = "0.10"

[dependencies.concordium_base]
path = "../rust-src/concordium_base"
version = "1"
version = "*"

[dev-dependencies]
tokio-test = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions mobile_wallet/Cargo.lock

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

4 changes: 2 additions & 2 deletions mobile_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ version = "1.0.0"

[dependencies.concordium_base]
path = "../rust-src/concordium_base"
version = "1"
version = "2"

[build-dependencies.concordium_base]
path = "../rust-src/concordium_base"
version = "1"
version = "2"

# Use the same optimization level for building build.rs as for the library
# itself in release mode. This is necessary because some of the dependencies
Expand Down
6 changes: 3 additions & 3 deletions rust-bins/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 rust-bins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ version = "2.0.0"

[dependencies.concordium_base]
path = "../rust-src/concordium_base"
version = "1"
version = "*"
features = ["encryption"]

[lib]
Expand Down
6 changes: 3 additions & 3 deletions rust-src/Cargo.lock

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

2 changes: 2 additions & 0 deletions rust-src/concordium_base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased changes

## 2.0.0 (2023-06-16)

- Extend types `UpdatePayload` and `UpdateType` with variants introduced in protocol version 6.
- Implement `Serial` and `Deserial` for `num::rational::Ratio<u64>` and `Duration`.
- Introduce types for protocol version 6: `Ratio`, `ChainParameterVersion2`, `GASRewardsCPV1`, `TimeoutParameters` and `FinalizationCommitteeParameters`.
Expand Down
4 changes: 2 additions & 2 deletions rust-src/concordium_base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium_base"
version = "1.2.0"
version = "2.0.0"
authors = ["Concordium AG <developers@concordium.com>"]
edition = "2021"
rust-version = "1.65"
Expand Down Expand Up @@ -56,7 +56,7 @@ crate-type = ["rlib", "staticlib", "cdylib"]

# Local dependencies
[dependencies.concordium-contracts-common]
version = "6.0"
version = "7.0"
path = "../../concordium-contracts-common/concordium-contracts-common"
features = ["derive-serde"]

Expand Down
4 changes: 4 additions & 0 deletions smart-contracts/wasm-chain-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased changes

## concordium-smart-contract-engine 2.0.0 (2023-06-16)

- Bump concordium-contracts-common to version 7.

## concordium-smart-contract-engine 1.2.0 (2023-05-08)

- Bump concordium-contracts-common to version 6.
Expand Down
8 changes: 4 additions & 4 deletions smart-contracts/wasm-chain-integration/Cargo.lock

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

6 changes: 3 additions & 3 deletions smart-contracts/wasm-chain-integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-smart-contract-engine"
version = "1.2.0"
version = "2.0.0"
authors = ["Concordium <developers@concordium.com>"]
edition = "2018"
license-file = "../../LICENSE"
Expand Down Expand Up @@ -42,10 +42,10 @@ rand = { version = "=0.8", features = ["small_rng"] }

[dependencies.concordium-wasm]
path = "../wasm-transform"
version = "1"
version = "2"

[dependencies.concordium-contracts-common]
version = "6.0"
version = "7.0"
path = "../../concordium-contracts-common/concordium-contracts-common"
features = ["derive-serde"]

Expand Down
6 changes: 3 additions & 3 deletions smart-contracts/wasm-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ wasmprinter = { git = "https://github.com/Concordium/wasm-tools.git", branch = "

[dependencies.concordium-wasm]
path = "../wasm-transform"
version = "1"
version = "2"

[dependencies.concordium-smart-contract-engine]
path = "../wasm-chain-integration/"
version = "1"
version = "2"
features = ["fuzz"]

[dependencies.concordium-contracts-common]
version = "6"
version = "7"
path = "../../concordium-contracts-common/concordium-contracts-common"
features = ["derive-serde", "fuzz"]

Expand Down
6 changes: 3 additions & 3 deletions smart-contracts/wasm-test/Cargo.lock

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

4 changes: 4 additions & 0 deletions smart-contracts/wasm-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased changes

## concordium-wasm 2.0.0 (2023-06-16)

- Bump concordium-contracts-common to version 7.

## concordium-wasm 1.1.0 (2023-05-08)

- Bump concordium-contracts-common to version 6.
Expand Down
4 changes: 2 additions & 2 deletions smart-contracts/wasm-transform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-wasm"
version = "1.1.0"
version = "2.0.0"
authors = ["Concordium <developers@concordium.com>"]
edition = "2018"
license-file = "../../LICENSE"
Expand All @@ -21,7 +21,7 @@ derive_more = "0.99"


[dependencies.concordium-contracts-common]
version = "6"
version = "7"
path = "../../concordium-contracts-common/concordium-contracts-common"
features = ["derive-serde"]

Expand Down

0 comments on commit b221b9f

Please sign in to comment.