Commit 82b8c7b5 authored by Mark Hammond's avatar Mark Hammond
Browse files

chore: Release

parent 3a98e52e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@

<!-- next-header -->

## [[NextUnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_)
## [[UnreleasedUniFFIVersion]] (backend crates: [[UnreleasedBackendVersion]]) - (_[[ReleaseDate]]_)

[All changes in [[NextUnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.29.1...NEXT_HEAD).
[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.29.1...HEAD).

## [[UnreleasedUniFFIVersion]] (backend crates: v0.29.1) - (_2025-03-18_)
## v0.29.1 (backend crates: v0.29.1) - (_2025-03-18_)

### What's fixed?

@@ -30,7 +30,7 @@

- You can now optionally specify extra frameworks like `CoreBluetooth` or `CoreFoundation` when generating a modulemap file for an xcframework.

[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.29.0...HEAD).
[All changes in v0.29.1](https://github.com/mozilla/uniffi-rs/compare/v0.29.0...v0.29.1).

## v0.29.0 (backend crates: v0.29.0) - (_2025-02-06_)

+1 −1
Original line number Diff line number Diff line
@@ -1572,7 +1572,7 @@ dependencies = [

[[package]]
name = "uniffi"
version = "0.29.0"
version = "0.29.1"
dependencies = [
 "anyhow",
 "camino",
+1 −1
Original line number Diff line number Diff line
@@ -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.29.0"
version = "0.29.1"
license = "MPL-2.0"
edition = "2021"
keywords = ["ffi", "bindgen"]