Skip to content

Commit

Permalink
Bump v0.8.2+v0.25.0 (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristupas Antanavičius <[email protected]>
  • Loading branch information
arg0d authored Aug 2, 2024
1 parent ce10141 commit b063507
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b063507

Please sign in to comment.