From 217d4ccbf5838b332207beb52eff835362e66309 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 23 Jun 2023 12:16:38 +0200 Subject: [PATCH] chore: Release --- CHANGELOG.md | 6 +++++- uniffi/Cargo.toml | 8 ++++---- uniffi_bindgen/Cargo.toml | 6 +++--- uniffi_build/Cargo.toml | 4 ++-- uniffi_checksum_derive/Cargo.toml | 2 +- uniffi_core/Cargo.toml | 2 +- uniffi_macros/Cargo.toml | 6 +++--- uniffi_meta/Cargo.toml | 6 +++--- uniffi_testing/Cargo.toml | 2 +- 9 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8f55afca..bc37d7bbf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ -## [[UnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) +## [[NextUnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) + +[All changes in [[NextUnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.24.1...NEXT_HEAD). + +## [[UnreleasedUniFFIVersion]] (backend crates: v0.24.1) - (_2023-06-23_) [All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.24.0...HEAD). diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml index 07accd1e50..198c311c62 100644 --- a/uniffi/Cargo.toml +++ b/uniffi/Cargo.toml @@ -14,10 +14,10 @@ edition = "2021" keywords = ["ffi", "bindgen"] [dependencies] -uniffi_bindgen = { path = "../uniffi_bindgen", version = "=0.24.0", optional = true } -uniffi_build = { path = "../uniffi_build", version = "=0.24.0", optional = true } -uniffi_core = { path = "../uniffi_core", version = "=0.24.0" } -uniffi_macros = { path = "../uniffi_macros", version = "=0.24.0" } +uniffi_bindgen = { path = "../uniffi_bindgen", version = "=0.24.1", optional = true } +uniffi_build = { path = "../uniffi_build", version = "=0.24.1", optional = true } +uniffi_core = { path = "../uniffi_core", version = "=0.24.1" } +uniffi_macros = { path = "../uniffi_macros", version = "=0.24.1" } anyhow = "1" camino = { version = "1.0.8", optional = true } clap = { version = "4", features = ["cargo", "std", "derive"], optional = true } diff --git a/uniffi_bindgen/Cargo.toml b/uniffi_bindgen/Cargo.toml index 242143c88f..c7ea75e924 100644 --- a/uniffi_bindgen/Cargo.toml +++ b/uniffi_bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_bindgen" -version = "0.24.0" +version = "0.24.1" authors = ["Firefox Sync Team "] description = "a multi-language bindings generator for rust (codegen and cli tooling)" documentation = "https://mozilla.github.io/uniffi-rs" @@ -25,6 +25,6 @@ serde = "1" serde_json = "1.0.80" toml = "0.5" weedle2 = { version = "4.0.0", path = "../weedle2" } -uniffi_meta = { path = "../uniffi_meta", version = "=0.24.0" } -uniffi_testing = { path = "../uniffi_testing", version = "=0.24.0" } +uniffi_meta = { path = "../uniffi_meta", version = "=0.24.1" } +uniffi_testing = { path = "../uniffi_testing", version = "=0.24.1" } clap = { version = "4", default-features = false, features = ["std", "derive"], optional = true } diff --git a/uniffi_build/Cargo.toml b/uniffi_build/Cargo.toml index 534551dafb..b217a6f44f 100644 --- a/uniffi_build/Cargo.toml +++ b/uniffi_build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_build" -version = "0.24.0" +version = "0.24.1" authors = ["Firefox Sync Team "] description = "a multi-language bindings generator for rust (build script helpers)" documentation = "https://mozilla.github.io/uniffi-rs" @@ -13,7 +13,7 @@ keywords = ["ffi", "bindgen"] [dependencies] anyhow = "1" camino = "1.0.8" -uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.24.0" } +uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.24.1" } [features] default = [] diff --git a/uniffi_checksum_derive/Cargo.toml b/uniffi_checksum_derive/Cargo.toml index c624d9e716..287d747f99 100644 --- a/uniffi_checksum_derive/Cargo.toml +++ b/uniffi_checksum_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_checksum_derive" -version = "0.24.0" +version = "0.24.1" authors = ["Firefox Sync Team "] description = "a multi-language bindings generator for rust (checksum custom derive)" documentation = "https://mozilla.github.io/uniffi-rs" diff --git a/uniffi_core/Cargo.toml b/uniffi_core/Cargo.toml index a43cb83532..41f50b8b08 100644 --- a/uniffi_core/Cargo.toml +++ b/uniffi_core/Cargo.toml @@ -4,7 +4,7 @@ description = "a multi-language bindings generator for rust (runtime support cod documentation = "https://mozilla.github.io/uniffi-rs" homepage = "https://mozilla.github.io/uniffi-rs" repository = "https://github.com/mozilla/uniffi-rs" -version = "0.24.0" +version = "0.24.1" authors = ["Firefox Sync Team "] license = "MPL-2.0" edition = "2021" diff --git a/uniffi_macros/Cargo.toml b/uniffi_macros/Cargo.toml index fdff4ce186..c61c8d0296 100644 --- a/uniffi_macros/Cargo.toml +++ b/uniffi_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_macros" -version = "0.24.0" +version = "0.24.1" authors = ["Firefox Sync Team "] description = "a multi-language bindings generator for rust (convenience macros)" documentation = "https://mozilla.github.io/uniffi-rs" @@ -23,8 +23,8 @@ quote = "1.0" serde = "1.0.136" syn = { version = "2.0", features = ["full", "visit-mut"] } toml = "0.5.9" -uniffi_build = { path = "../uniffi_build", version = "=0.24.0" } -uniffi_meta = { path = "../uniffi_meta", version = "=0.24.0" } +uniffi_build = { path = "../uniffi_build", version = "=0.24.1" } +uniffi_meta = { path = "../uniffi_meta", version = "=0.24.1" } [features] default = [] diff --git a/uniffi_meta/Cargo.toml b/uniffi_meta/Cargo.toml index 3f4f0adb78..f25820554d 100644 --- a/uniffi_meta/Cargo.toml +++ b/uniffi_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_meta" -version = "0.24.0" +version = "0.24.1" edition = "2021" description = "uniffi_meta" homepage = "https://mozilla.github.io/uniffi-rs" @@ -13,5 +13,5 @@ anyhow = "1" bytes = "1.3" serde = { version = "1.0.136", features = ["derive"] } siphasher = "0.3" -uniffi_checksum_derive = { version = "0.24.0", path = "../uniffi_checksum_derive" } -uniffi_core = { path = "../uniffi_core", version = "=0.24.0" } +uniffi_checksum_derive = { version = "0.24.1", path = "../uniffi_checksum_derive" } +uniffi_core = { path = "../uniffi_core", version = "=0.24.1" } diff --git a/uniffi_testing/Cargo.toml b/uniffi_testing/Cargo.toml index 8769aaa521..cfd3f42ef4 100644 --- a/uniffi_testing/Cargo.toml +++ b/uniffi_testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_testing" -version = "0.24.0" +version = "0.24.1" authors = ["Firefox Sync Team "] description = "a multi-language bindings generator for rust (testing helpers)" documentation = "https://mozilla.github.io/uniffi-rs"