From c0e64b839018728d8153ce1758d391b7782e2e21 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 23 Jun 2023 12:20:10 +0200 Subject: [PATCH] chore: Release --- CHANGELOG.md | 8 ++++---- uniffi/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc37d7bbf9..2102e5f59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,13 @@ -## [[NextUnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) +## [[UnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_) -[All changes in [[NextUnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.24.1...NEXT_HEAD). +[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.24.1...HEAD). -## [[UnreleasedUniFFIVersion]] (backend crates: v0.24.1) - (_2023-06-23_) +## v0.24.1 (backend crates: v0.24.1) - (_2023-06-23_) -[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.24.0...HEAD). +[All changes in v0.24.1](https://github.com/mozilla/uniffi-rs/compare/v0.24.0...v0.24.1). ### What's changed diff --git a/uniffi/Cargo.toml b/uniffi/Cargo.toml index 198c311c62..2c3903f4df 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.24.0" +version = "0.24.1" authors = ["Firefox Sync Team "] license = "MPL-2.0" edition = "2021"