From 1cdf56b98bc091a04cfba1a1bca3ea1a3cfc9be8 Mon Sep 17 00:00:00 2001 From: Ben Dean-Kawamura Date: Fri, 9 Aug 2024 15:30:23 -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 41f27ebf6..432d8242d 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.1...NEXT_HEAD). +[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.28.1...HEAD). -## [[UnreleasedUniFFIVersion]] (backend crates: v0.28.1) - (_2024-08-09_) +## v0.28.1 (backend crates: v0.28.1) - (_2024-08-09_) ### What's new? @@ -23,7 +23,7 @@ ### What's changed? - Kotlin will use the more efficient Enum.entries property instead of Enum.values() when possible -[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.28.0...HEAD). +[All changes in v0.28.1](https://github.com/mozilla/uniffi-rs/compare/v0.28.0...v0.28.1). ## v0.28.0 (backend crates: v0.28.0) - (_2024-06-11_) diff --git a/Cargo.lock b/Cargo.lock index 8a5d39f85..18c01bc4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1471,7 +1471,7 @@ dependencies = [ [[package]] name = "uniffi" -version = "0.28.0" +version = "0.28.1" dependencies = [ "anyhow", "camino", diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml index d26dfefa7..9a4eb1c37 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.0" +version = "0.28.1" authors = ["Firefox Sync Team "] license = "MPL-2.0" edition = "2021"