Skip to content

Commit 4746048

Browse files
committed
chore: Release
1 parent 180da08 commit 4746048

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
<!-- next-header -->
66

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

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

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

1313
### ⚠️ Breaking Changes ⚠️
1414

@@ -83,7 +83,7 @@ or use UDL with types from more than one crate.
8383
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),
8484
and where we [then stopped using it entirely](https://github.com/mozilla/uniffi-rs/commit/df514fd1cc748da5c05ab64ccb02d7791012a9cb)
8585

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

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

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ members = [
7474
resolver = "2"
7575

7676
[workspace.dependencies]
77-
uniffi = { path = "./uniffi", version = "0.28" }
77+
uniffi = { path = "./uniffi", version = "0.29" }

uniffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/mozilla/uniffi-rs"
77
# Incrementing the minor version here means a breaking change to consumers.
88
# * See `docs/uniffi-versioning.md` for guidance on when to increment this
99
# * Make sure to also update `uniffi_bindgen::UNIFFI_CONTRACT_VERSION"
10-
version = "0.28.3"
10+
version = "0.29.0"
1111
license = "MPL-2.0"
1212
edition = "2021"
1313
keywords = ["ffi", "bindgen"]

0 commit comments

Comments
 (0)