Skip to content

Commit

Permalink
build: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Apr 19, 2023
1 parent 0179126 commit e291c3b
Show file tree
Hide file tree
Showing 11 changed files with 260 additions and 226 deletions.
441 changes: 233 additions & 208 deletions CHANGELOG.md

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion CHANGELOG.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ 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.8.0] - 2023-04-19

<details>
<summary>git-conventional changelog</summary>
{{git-cliff tag="v0.8.0" unreleased=true}}
</details>

* **[BREAKING]**(e2e identity): added an expiry in seconds in `create_dpop_token`)

## [0.7.0] - 2023-04-12

<details>
<summary>git-conventional changelog</summary>
{{git-cliff tag="v0.7.0" unreleased=true}}
{{git-cliff tag="v0.7.0"}}
</details>

* Please see the previous RC releases for the full changelog
Expand Down
2 changes: 1 addition & 1 deletion crypto-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "core-crypto-attributes"
description = "Macros for core-crypto"
repository = "https://github.com/wireapp/core-crypto"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
license = "GPL-3.0-only"

Expand Down
4 changes: 2 additions & 2 deletions crypto-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0"
version = "0.8.0"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand All @@ -17,7 +17,7 @@ proteus = ["core-crypto/proteus", "core-crypto/cryptobox-migrate"]
mobile = ["uniffi", "uniffi_macros", "uniffi_build", "uniffi_bindgen"]

[dependencies]
core-crypto = { version = "^0.7.0", path = "../crypto" }
core-crypto = { version = "^0.8.0", path = "../crypto" }
thiserror = "1.0"
cfg-if = "1.0"
futures-util = "0.3"
Expand Down
12 changes: 6 additions & 6 deletions crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "core-crypto"
description = "Abstraction over OpenMLS with persistent keystore"
repository = "https://github.com/wireapp/core-crypto"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand Down Expand Up @@ -64,13 +64,13 @@ rexie = { version = "0.4", optional = true }
base64 = { version = "0.21", optional = true }

[target.'cfg(not(target_os = "ios"))'.dependencies]
core-crypto-keystore = { version = "^0.7.0", path = "../keystore" }
core-crypto-keystore = { version = "^0.8.0", path = "../keystore" }

[target.'cfg(target_os = "ios")'.dependencies]
core-crypto-keystore = { version = "^0.7.0", path = "../keystore", features = ["ios-wal-compat"] }
core-crypto-keystore = { version = "^0.8.0", path = "../keystore", features = ["ios-wal-compat"] }

[dependencies.mls-crypto-provider]
version = "^0.7.0"
version = "^0.8.0"
path = "../mls-provider"

[dev-dependencies]
Expand All @@ -91,7 +91,7 @@ async-trait = "0.1"
wire-e2e-identity = { version = "0.3", features = ["identity-builder"] }

[dev-dependencies.core-crypto-keystore]
version = "^0.7.0"
version = "^0.8.0"
path = "../keystore"
features = ["dummy-entity"]

Expand All @@ -104,7 +104,7 @@ version = "0.3"
features = ["async_futures", "html_reports"]

[dev-dependencies.core-crypto-attributes]
version = "^0.7.0"
version = "^0.8.0"
path = "../crypto-attributes"

[package.metadata.wasm-pack.profile.release]
Expand Down
2 changes: 1 addition & 1 deletion interop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interop"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
license = "GPL-3.0-only"

Expand Down
2 changes: 1 addition & 1 deletion keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0"
version = "0.8.0"
edition = "2021"
license = "GPL-3.0-only"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion kotlin/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "com.wire"
artifactId = "core-crypto-android"
version = "0.7.0"
version = "0.8.0"
from(components["release"])
pom {
name.set("core-crypto-android")
Expand Down
2 changes: 1 addition & 1 deletion kotlin/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "com.wire"
artifactId = "core-crypto-jvm"
version = "0.7.0"
version = "0.8.0"

from(components["java"])

Expand Down
6 changes: 3 additions & 3 deletions mls-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0"
version = "0.8.0"
edition = "2018"
license = "GPL-3.0-only"
publish = false
Expand Down Expand Up @@ -38,10 +38,10 @@ zeroize = "1.5"
thiserror = "1.0"

[target.'cfg(not(target_os = "ios"))'.dependencies]
core-crypto-keystore = { version = "^0.7.0", path = "../keystore" }
core-crypto-keystore = { version = "^0.8.0", path = "../keystore" }

[target.'cfg(target_os = "ios")'.dependencies]
core-crypto-keystore = { version = "^0.7.0", path = "../keystore", features = ["ios-wal-compat"] }
core-crypto-keystore = { version = "^0.8.0", path = "../keystore", features = ["ios-wal-compat"] }

[dev-dependencies]
wasm-bindgen-test = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wireapp/core-crypto",
"version": "0.7.0",
"version": "0.8.0",
"description": "CoreCrypto bindings for the Web",
"type": "module",
"module": "platforms/web/corecrypto.js",
Expand Down

0 comments on commit e291c3b

Please sign in to comment.