From b0635079cdfd93a846d048e02ee6b8cccd90b225 Mon Sep 17 00:00:00 2001 From: Kristupas Antanavicius Date: Fri, 2 Aug 2024 14:49:49 +0300 Subject: [PATCH] Bump v0.8.2+v0.25.0 (#85) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristupas Antanavičius --- CHANGELOG.md | 6 ++++-- Cargo.lock | 2 +- README.md | 2 +- bindgen/Cargo.toml | 2 +- docs/RELEASE.md | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5e098..0681d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ +### v0.8.2+v0.25.0 + +- Update C# callback syntax to work on iOS (#84) + ### v0.8.1+v0.25.0 - Add a configuration option `null_string_to_empty` to convert non-optional null strings to empty strings ----- - ### v0.8.0+v0.25.0 - **BREAKING**: Change default access modifier from `public` to `internal` for "exported" uniffi symbols diff --git a/Cargo.lock b/Cargo.lock index 4c8e079..ecf8dc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1167,7 +1167,7 @@ dependencies = [ [[package]] name = "uniffi-bindgen-cs" -version = "0.8.0+v0.25.0" +version = "0.8.2+v0.25.0" dependencies = [ "anyhow", "askama 0.11.1", diff --git a/README.md b/README.md index 2fe4aeb..c8e341c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Minimum Rust version required to install `uniffi-bindgen-cs` is `1.72`. Newer Rust versions should also work fine. ```bash -cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.8.0+v0.25.0 +cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.8.2+v0.25.0 ``` # How to generate bindings diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index 5ee74be..ca1b8bd 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi-bindgen-cs" -version = "0.8.0+v0.25.0" +version = "0.8.2+v0.25.0" edition = "2021" [lib] diff --git a/docs/RELEASE.md b/docs/RELEASE.md index dfb1667..ac7085b 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -5,8 +5,8 @@ out the version to be made. If there were any breaking changes since last versio component. If there weren't any breaking changes, bump the patch component. The version follows semver, and consists of `uniffi-bindgen-cs` base version, followed by -upstream `uniffi-rs` version in the build metadata component (denoted as `+`). The upstream explicit -upstream `uniffi-rs` aids consumer to target the same upstream version when mixing multiple +upstream `uniffi-rs` version in the build metadata component (denoted as `+`). The explicit upstream +`uniffi-rs` version aids the consumer to target the same upstream version when mixing multiple generators, e.g. `uniffi-bindgen-cs` and `uniffi-bindgen-go`. ``` v0.6.0+v0.25.0