Skip to content

Commit

Permalink
Merge pull request #30 from Concordium/release/5.0.0
Browse files Browse the repository at this point in the history
5.0.0 Version bump
  • Loading branch information
soerenbf authored Oct 9, 2024
2 parents f5fd202 + 777964d commit 067a028
Show file tree
Hide file tree
Showing 5 changed files with 4,818 additions and 1,585 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [5.0.0] - 2024-10-09

### Changed

Expand All @@ -26,13 +26,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `DID` along with the helper functions `parse_did_method` and correspondingly `did_method_as_string` for working with concordium decentralized identifiers, used in the
types related to verifiable credentials

## [4.1.0]
## [4.1.0] - 2024-09-12

### Added

- Added functions for encoding/decoding smart contract types using a provided contract type/module schema.

## [4.0.0]
## [4.0.0] - 2024-08-27

### Changed

Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-wallet-crypto-uniffi"
version = "4.1.0"
version = "5.0.0"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: [
overridableFrameworkTarget(
name: "ConcordiumWalletCryptoUniffi",
url: "https://github.com/Concordium/concordium-wallet-crypto-swift/releases/download/build%2F4.1.0-0/ConcordiumWalletCryptoUniffi.xcframework.zip",
checksum: "c9386375ea80903c97d467a6182b39b8f65470172b481a6a6e83e16e68fd0395"
url: "https://github.com/Concordium/concordium-wallet-crypto-swift/releases/download/build%2F5.0.0-0/ConcordiumWalletCryptoUniffi.xcframework.zip",
checksum: "98325c562e7e39499125c189052d4287b2b4d24d9d1401fd6f108ad2a128f306"
),
.target(
name: "ConcordiumWalletCrypto",
Expand Down
Loading

0 comments on commit 067a028

Please sign in to comment.