This commit is contained in:
Ben Dean-Kawamura 2024-01-23 12:05:26 -05:00 коммит произвёл bendk
Родитель 794db3619f
Коммит cccb063706
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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_)

2
Cargo.lock сгенерированный
Просмотреть файл

@ -1407,7 +1407,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[package]]
name = "uniffi"
version = "0.25.3"
version = "0.26.0"
dependencies = [
"anyhow",
"camino",

Просмотреть файл

@ -67,4 +67,4 @@ members = [
resolver = "2"
[workspace.dependencies]
uniffi = { path = "./uniffi", version = "0.25" }
uniffi = { path = "./uniffi", version = "0.26" }

Просмотреть файл

@ -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"