From 15b885ca4bfd9fe09158373416a0c8fce8af62f9 Mon Sep 17 00:00:00 2001 From: Ben Dean-Kawamura Date: Wed, 18 Oct 2023 13:27:07 -0400 Subject: [PATCH] chore: Release --- CHANGELOG.md | 6 +++++- Cargo.lock | 16 ++++++++-------- uniffi/Cargo.toml | 8 ++++---- uniffi_bindgen/Cargo.toml | 8 ++++---- 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 | 4 ++-- uniffi_testing/Cargo.toml | 2 +- uniffi_udl/Cargo.toml | 6 +++--- 11 files changed, 34 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a98ddd90..dd6c720054 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.25.0...NEXT_HEAD). + +## [[UnreleasedUniFFIVersion]] (backend crates: v0.25.0) - (_2023-10-18_) [All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.24.3...HEAD). diff --git a/Cargo.lock b/Cargo.lock index a0e3fc20f1..02c980a55c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1935,7 +1935,7 @@ dependencies = [ [[package]] name = "uniffi_bindgen" -version = "0.24.3" +version = "0.25.0" dependencies = [ "anyhow", "askama", @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "uniffi_build" -version = "0.24.3" +version = "0.25.0" dependencies = [ "anyhow", "camino", @@ -1966,7 +1966,7 @@ dependencies = [ [[package]] name = "uniffi_checksum_derive" -version = "0.24.3" +version = "0.25.0" dependencies = [ "quote", "syn", @@ -1974,7 +1974,7 @@ dependencies = [ [[package]] name = "uniffi_core" -version = "0.24.3" +version = "0.25.0" dependencies = [ "anyhow", "async-compat", @@ -1989,7 +1989,7 @@ dependencies = [ [[package]] name = "uniffi_macros" -version = "0.24.3" +version = "0.25.0" dependencies = [ "bincode", "camino", @@ -2006,7 +2006,7 @@ dependencies = [ [[package]] name = "uniffi_meta" -version = "0.24.3" +version = "0.25.0" dependencies = [ "anyhow", "bytes", @@ -2016,7 +2016,7 @@ dependencies = [ [[package]] name = "uniffi_testing" -version = "0.24.3" +version = "0.25.0" dependencies = [ "anyhow", "camino", @@ -2027,7 +2027,7 @@ dependencies = [ [[package]] name = "uniffi_udl" -version = "0.24.3" +version = "0.25.0" dependencies = [ "anyhow", "uniffi_meta", diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml index a5ffc0b79f..194690ec8e 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.3", optional = true } -uniffi_build = { path = "../uniffi_build", version = "=0.24.3", optional = true } -uniffi_core = { path = "../uniffi_core", version = "=0.24.3" } -uniffi_macros = { path = "../uniffi_macros", version = "=0.24.3" } +uniffi_bindgen = { path = "../uniffi_bindgen", version = "=0.25.0", optional = true } +uniffi_build = { path = "../uniffi_build", version = "=0.25.0", optional = true } +uniffi_core = { path = "../uniffi_core", version = "=0.25.0" } +uniffi_macros = { path = "../uniffi_macros", version = "=0.25.0" } 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 e2827ef520..3c7c6ce79c 100644 --- a/uniffi_bindgen/Cargo.toml +++ b/uniffi_bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_bindgen" -version = "0.24.3" +version = "0.25.0" authors = ["Firefox Sync Team "] description = "a multi-language bindings generator for rust (codegen and cli tooling)" documentation = "https://mozilla.github.io/uniffi-rs" @@ -23,7 +23,7 @@ once_cell = "1.12" paste = "1.0" serde = "1" toml = "0.5" -uniffi_meta = { path = "../uniffi_meta", version = "=0.24.3" } -uniffi_testing = { path = "../uniffi_testing", version = "=0.24.3" } -uniffi_udl = { path = "../uniffi_udl", version = "=0.24.3" } +uniffi_meta = { path = "../uniffi_meta", version = "=0.25.0" } +uniffi_testing = { path = "../uniffi_testing", version = "=0.25.0" } +uniffi_udl = { path = "../uniffi_udl", version = "=0.25.0" } clap = { version = "4", default-features = false, features = ["std", "derive"], optional = true } diff --git a/uniffi_build/Cargo.toml b/uniffi_build/Cargo.toml index 8f6c69c621..2c3057ded7 100644 --- a/uniffi_build/Cargo.toml +++ b/uniffi_build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_build" -version = "0.24.3" +version = "0.25.0" 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.3" } +uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.25.0" } [features] default = [] diff --git a/uniffi_checksum_derive/Cargo.toml b/uniffi_checksum_derive/Cargo.toml index eb24f30b59..d76b7c418b 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.3" +version = "0.25.0" 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 7b9ab4fb72..fa50e0c295 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.3" +version = "0.25.0" authors = ["Firefox Sync Team "] license = "MPL-2.0" edition = "2021" diff --git a/uniffi_macros/Cargo.toml b/uniffi_macros/Cargo.toml index 15335a5800..1e2ebd4299 100644 --- a/uniffi_macros/Cargo.toml +++ b/uniffi_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_macros" -version = "0.24.3" +version = "0.25.0" 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.3" } -uniffi_meta = { path = "../uniffi_meta", version = "=0.24.3" } +uniffi_build = { path = "../uniffi_build", version = "=0.25.0" } +uniffi_meta = { path = "../uniffi_meta", version = "=0.25.0" } [features] default = [] diff --git a/uniffi_meta/Cargo.toml b/uniffi_meta/Cargo.toml index 2d7e62729a..d2a4dbe0ac 100644 --- a/uniffi_meta/Cargo.toml +++ b/uniffi_meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_meta" -version = "0.24.3" +version = "0.25.0" edition = "2021" description = "uniffi_meta" homepage = "https://mozilla.github.io/uniffi-rs" @@ -12,4 +12,4 @@ keywords = ["ffi", "bindgen"] anyhow = "1" bytes = "1.3" siphasher = "0.3" -uniffi_checksum_derive = { version = "0.24.3", path = "../uniffi_checksum_derive" } +uniffi_checksum_derive = { version = "0.25.0", path = "../uniffi_checksum_derive" } diff --git a/uniffi_testing/Cargo.toml b/uniffi_testing/Cargo.toml index 58f3f22392..cfec745d2a 100644 --- a/uniffi_testing/Cargo.toml +++ b/uniffi_testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_testing" -version = "0.24.3" +version = "0.25.0" authors = ["Firefox Sync Team "] description = "a multi-language bindings generator for rust (testing helpers)" documentation = "https://mozilla.github.io/uniffi-rs" diff --git a/uniffi_udl/Cargo.toml b/uniffi_udl/Cargo.toml index 0bf620053f..e3062a864b 100644 --- a/uniffi_udl/Cargo.toml +++ b/uniffi_udl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi_udl" -version = "0.24.3" +version = "0.25.0" description = "udl parsing for the uniffi project" documentation = "https://mozilla.github.io/uniffi-rs" homepage = "https://mozilla.github.io/uniffi-rs" @@ -12,5 +12,5 @@ keywords = ["ffi", "bindgen"] [dependencies] anyhow = "1" weedle2 = { version = "4.0.0", path = "../weedle2" } -uniffi_meta = { path = "../uniffi_meta", version = "=0.24.3" } -uniffi_testing = { path = "../uniffi_testing", version = "=0.24.3" } +uniffi_meta = { path = "../uniffi_meta", version = "=0.25.0" } +uniffi_testing = { path = "../uniffi_testing", version = "=0.25.0" }