Skip to content

Commit

Permalink
Merge pull request #483 from Concordium/release-base
Browse files Browse the repository at this point in the history
Update version of concordium-base for release.
  • Loading branch information
abizjak committed Nov 23, 2023
2 parents 59dc927 + 03bbe15 commit 4e13159
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 idiss/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 mobile_wallet/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.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-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

## 3.2.0 (2023-11-22)

- Add `From` trait to convert `AccountKeys` into `AccountPublicKeys`.
- Add `singleton` and `new` function to `AccountAccessStructure`.
- Export `PublicKey`, `SecretKey`, and `Signature` type from `ed25519_dalek` crate.
Expand Down
2 changes: 1 addition & 1 deletion 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 = "3.1.1"
version = "3.2.0"
authors = ["Concordium AG <developers@concordium.com>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit 4e13159

Please sign in to comment.