Commit 47460482 authored by Ben Dean-Kawamura's avatar Ben Dean-Kawamura
Browse files

chore: Release

parent 180da083
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.0...NEXT_HEAD).
[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.29.0...HEAD).

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

### ⚠️ Breaking Changes ⚠️

@@ -83,7 +83,7 @@ or use UDL with types from more than one crate.
  To get a feel for the impact on the bindings, see where we [first did this for custom types](https://github.com/mozilla/uniffi-rs/commit/c5a437e9f34f9d46c097848810bf6111cfa13a9f),
    and where we [then stopped using it entirely](https://github.com/mozilla/uniffi-rs/commit/df514fd1cc748da5c05ab64ccb02d7791012a9cb)

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

## v0.28.3 (backend crates: v0.28.3) - (_2024-11-08_)

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

[[package]]
name = "uniffi"
version = "0.28.3"
version = "0.29.0"
dependencies = [
 "anyhow",
 "camino",
+1 −1
Original line number Diff line number Diff line
@@ -74,4 +74,4 @@ members = [
resolver = "2"

[workspace.dependencies]
uniffi = { path = "./uniffi", version = "0.28" }
uniffi = { path = "./uniffi", version = "0.29" }
+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.28.3"
version = "0.29.0"
license = "MPL-2.0"
edition = "2021"
keywords = ["ffi", "bindgen"]