diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b427bfa0b..f602f042e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ -## [[NextUnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) +## [[UnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) -[All changes in [[NextUnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.0...NEXT_HEAD). +[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.0...HEAD). -## [[UnreleasedUniFFIVersion]] (backend crates: v0.27.0) - (_2024-03-26_) +## v0.27.0 (backend crates: v0.27.0) - (_2024-03-26_) ### What's new? @@ -58,7 +58,7 @@ - Rust future continuation data (Replacing `FfiType::RustFutureContinuationData` which was moved). - `RustBuffer.len` and `RustBuffer.capacity` are now `u64` rather than `i32`. -[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.26.1...HEAD). +[All changes in v0.27.0](https://github.com/mozilla/uniffi-rs/compare/v0.26.1...v0.27.0). ## v0.26.1 (backend crates: v0.26.1) - (_2024-01-24_) diff --git a/Cargo.lock b/Cargo.lock index 4134e47b5c..332a54002e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1494,7 +1494,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uniffi" -version = "0.26.1" +version = "0.27.0" dependencies = [ "anyhow", "camino", diff --git a/Cargo.toml b/Cargo.toml index b7b42279e3..96327cb799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,4 +73,4 @@ members = [ resolver = "2" [workspace.dependencies] -uniffi = { path = "./uniffi", version = "0.26" } +uniffi = { path = "./uniffi", version = "0.27" } diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml index acb2284fdc..8155bc62fa 100644 --- a/uniffi/Cargo.toml +++ b/uniffi/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/mozilla/uniffi-rs" # Incrementing the minor version here means a breaking change to consumers. # * See `docs/uniffi-versioning.md` for guidance on when to increment this # * Make sure to also update `uniffi_bindgen::UNIFFI_CONTRACT_VERSION" -version = "0.26.1" +version = "0.27.0" authors = ["Firefox Sync Team "] license = "MPL-2.0" edition = "2021"