Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bendk committed Mar 26, 2024
1 parent 6f1f9b7 commit d52c546
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27.0...NEXT_HEAD).
[All changes in [[UnreleasedUniFFIVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.27.0...HEAD).

## [[UnreleasedUniFFIVersion]] (backend crates: v0.27.0) - (_2024-03-26_)
## v0.27.0 (backend crates: v0.27.0) - (_2024-03-26_)

### What's new?

Expand Down Expand Up @@ -58,7 +58,7 @@
- Rust future continuation data (Replacing `FfiType::RustFutureContinuationData` which was moved).
- `RustBuffer.len` and `RustBuffer.capacity` are now `u64` rather than `i32`.

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

## v0.26.1 (backend crates: v0.26.1) - (_2024-01-24_)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ members = [
resolver = "2"

[workspace.dependencies]
uniffi = { path = "./uniffi", version = "0.26" }
uniffi = { path = "./uniffi", version = "0.27" }
2 changes: 1 addition & 1 deletion uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.26.1"
version = "0.27.0"
authors = ["Firefox Sync Team <[email protected]>"]
license = "MPL-2.0"
edition = "2021"
Expand Down

0 comments on commit d52c546

Please sign in to comment.