Commit 9c225f48 authored by Ben Dean-Kawamura's avatar Ben Dean-Kawamura Committed by bendk
Browse files

chore: Release

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

## [[UnreleasedUniFFIVersion]] (backend crates: v0.26.0) - (_2024-01-23_)
## v0.26.0 (backend crates: v0.26.0) - (_2024-01-23_)

### What's changed?

@@ -31,7 +31,7 @@
  and [in UDL](https://mozilla.github.io/uniffi-rs/udl/docstrings.html)
- Objects can now be returned from functions/constructors/methods without wrapping them in an `Arc<>`.

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

## v0.25.3 (backend crates: v0.25.3) - (_2023-12-07_)

+1 −1
Original line number Diff line number Diff line
@@ -1407,7 +1407,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"

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

[workspace.dependencies]
uniffi = { path = "./uniffi", version = "0.25" }
uniffi = { path = "./uniffi", version = "0.26" }
+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.25.3"
version = "0.26.0"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
edition = "2021"