Commit 309762f5 authored by Mark Hammond's avatar Mark Hammond
Browse files

chore: Release

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

## [[UnreleasedUniFFIVersion]] (backend crates: v0.31.0) - (_2026-01-14_)
## v0.31.0 (backend crates: v0.31.0) - (_2026-01-14_)

### ⚠️ Breaking Changes ⚠️
- The `uniffi-bindgen` command no longer accepts the `--lib-file` argument.  Instead, pass the
@@ -59,7 +59,7 @@
  External bindings authors will probably need to make some minor changes to work with this.
  See https://github.com/mozilla/uniffi-rs/pull/2695/ for examples.

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

## v0.30.0 (backend crates: v0.30.0) - (_2025-10-08_)

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

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

[workspace.dependencies]
uniffi = { path = "./uniffi", version = "0.30" }
uniffi = { path = "./uniffi", version = "0.31" }
+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.30.0"
version = "0.31.0"
license = "MPL-2.0"
edition = "2021"
keywords = ["ffi", "bindgen"]