Skip to content

Commit

Permalink
Bump v0.8.3+v0.25.0 (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristupas Antanavičius <kristupas.antanavicius@nordsec.com>
  • Loading branch information
arg0d authored Sep 3, 2024
1 parent c8c65f4 commit f68639f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
### UNRELEASED
### v0.8.3+v0.25.0

- **IMPORTANT**: Fix short-lived callback lifetimes (#79)
- **IMPORTANT**: Fix short-lived callback lifetimes [#79](https://github.com/NordSecurity/uniffi-bindgen-cs/issues/79)
- Fix xml doc generation for fields in a record (#87)

### v0.8.2+v0.25.0

- Update C# callback syntax to work on iOS (#84)
- Update C# callback syntax to work on iOS [#84](https://github.com/NordSecurity/uniffi-bindgen-cs/issues/84)

### v0.8.1+v0.25.0

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.2+v0.25.0
cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.8.3+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.2+v0.25.0"
version = "0.8.3+v0.25.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit f68639f

Please sign in to comment.