From 128097a03d9c74d3a655b13b13d41c676344219b Mon Sep 17 00:00:00 2001 From: Ben Dean-Kawamura Date: Tue, 8 Oct 2024 09:30:15 -0400 Subject: [PATCH] chore: Release --- CHANGELOG.md | 8 ++++---- Cargo.lock | 2 +- uniffi/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bcc8b46..c505085b0 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.28.2...NEXT_HEAD). +[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.28.2...HEAD). -## [[UnreleasedUniFFIVersion]] (backend crates: v0.28.2) - (_2024-10-08_) +## v0.28.2 (backend crates: v0.28.2) - (_2024-10-08_) ### What's new? @@ -23,7 +23,7 @@ - `uniffi.toml` of crates without a `lib` type where ignored in 0.28.1 - Python: Fixed a bug when enum/error names were not proper camel case (HTMLError instead of HtmlError). -[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.28.1...HEAD). +[All changes in v0.28.2](https://github.com/mozilla/uniffi-rs/compare/v0.28.1...v0.28.2). ## v0.28.1 (backend crates: v0.28.1) - (_2024-08-09_) diff --git a/Cargo.lock b/Cargo.lock index b7d662748..c1a39184a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1471,7 +1471,7 @@ dependencies = [ [[package]] name = "uniffi" -version = "0.28.1" +version = "0.28.2" dependencies = [ "anyhow", "camino", diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml index 9cfa0b942..f9c4a57ae 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.28.1" +version = "0.28.2" authors = ["Firefox Sync Team "] license = "MPL-2.0" edition = "2021"