Loading CHANGELOG.md +4 −4 Original line number Diff line number Diff line Loading @@ -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? Loading @@ -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_) Loading Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1407,7 +1407,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uniffi" version = "0.25.3" version = "0.26.0" dependencies = [ "anyhow", "camino", Loading Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -67,4 +67,4 @@ members = [ resolver = "2" [workspace.dependencies] uniffi = { path = "./uniffi", version = "0.25" } uniffi = { path = "./uniffi", version = "0.26" } uniffi/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
CHANGELOG.md +4 −4 Original line number Diff line number Diff line Loading @@ -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? Loading @@ -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_) Loading
Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1407,7 +1407,7 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uniffi" version = "0.25.3" version = "0.26.0" dependencies = [ "anyhow", "camino", Loading
Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -67,4 +67,4 @@ members = [ resolver = "2" [workspace.dependencies] uniffi = { path = "./uniffi", version = "0.25" } uniffi = { path = "./uniffi", version = "0.26" }
uniffi/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading