From c74a959a6ad60e37b06d9b34ae4146516d1e48de Mon Sep 17 00:00:00 2001 From: beltram Date: Thu, 1 Sep 2022 11:35:09 +0200 Subject: [PATCH] Release 0.4.1 --- CHANGELOG.tpl | 9 +++++++++ crypto-attributes/Cargo.toml | 2 +- crypto-ffi/Cargo.toml | 2 +- crypto/Cargo.toml | 2 +- keystore/Cargo.toml | 2 +- mls-provider/Cargo.toml | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.tpl b/CHANGELOG.tpl index ebc22408dc..6d5f3a8004 100644 --- a/CHANGELOG.tpl +++ b/CHANGELOG.tpl @@ -7,6 +7,15 @@ Platform support legends: * Note: the papercuts will majorly be with the build process. Things might be very rough to integrate as no polish at all has been given yet. * ❌ = tier 3 support. It doesn't work just yet, but we plan to make it work. +## [0.4.1] - 2022-09-01 + +
+ git-conventional changelog +{{git-cliff tag="v0.4.1" unreleased=true}} +
+ +Fixes build issues for mobile target + ## [0.4.0] - 2022-08-31
diff --git a/crypto-attributes/Cargo.toml b/crypto-attributes/Cargo.toml index 6d59664f90..fa19648742 100644 --- a/crypto-attributes/Cargo.toml +++ b/crypto-attributes/Cargo.toml @@ -2,7 +2,7 @@ name = "core-crypto-attributes" description = "Macros for core-crypto" repository = "https://github.com/wireapp/core-crypto" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "GPL-3.0-only" diff --git a/crypto-ffi/Cargo.toml b/crypto-ffi/Cargo.toml index a1f749020d..fdfcfec6cd 100644 --- a/crypto-ffi/Cargo.toml +++ b/crypto-ffi/Cargo.toml @@ -2,7 +2,7 @@ name = "core-crypto-ffi" description = "Platform-specific bindings (Android, iOS, WASM) for CoreCrypto" repository = "https://github.com/wireapp/core-crypto" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "GPL-3.0-only" publish = false diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index c0a214b4fa..a6b87d45a7 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -2,7 +2,7 @@ name = "core-crypto" description = "Abstraction over OpenMLS with persistent keystore" repository = "https://github.com/wireapp/core-crypto" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "GPL-3.0-only" publish = false diff --git a/keystore/Cargo.toml b/keystore/Cargo.toml index fd98a9a0a4..5266c7e007 100644 --- a/keystore/Cargo.toml +++ b/keystore/Cargo.toml @@ -2,7 +2,7 @@ name = "core-crypto-keystore" description = "Encrypted keystore with support for OpenMLS and Proteus" repository = "https://github.com/wireapp/core-crypto" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "GPL-3.0-only" publish = false diff --git a/mls-provider/Cargo.toml b/mls-provider/Cargo.toml index fe4b1cb6e1..ae6dd6ff41 100644 --- a/mls-provider/Cargo.toml +++ b/mls-provider/Cargo.toml @@ -2,7 +2,7 @@ name = "mls-crypto-provider" description = "MLS Crypto Provider wrapping core-crypto-keystore" repository = "https://github.com/wireapp/core-crypto" -version = "0.4.0" +version = "0.4.1" edition = "2018" license = "GPL-3.0-only" publish = false