Skip to content

Commit f09f04c

Browse files
committed
Bump v0.8.3+v0.25.0
Signed-off-by: Kristupas Antanavičius <[email protected]>
1 parent c8c65f4 commit f09f04c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
### UNRELEASED
1+
### v0.8.3+v0.25.0
22

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

56
### v0.8.2+v0.25.0
67

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

910
### v0.8.1+v0.25.0
1011

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Minimum Rust version required to install `uniffi-bindgen-cs` is `1.72`.
1010
Newer Rust versions should also work fine.
1111

1212
```bash
13-
cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.8.2+v0.25.0
13+
cargo install uniffi-bindgen-cs --git https://github.com/NordSecurity/uniffi-bindgen-cs --tag v0.8.3+v0.25.0
1414
```
1515

1616
# How to generate bindings

bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uniffi-bindgen-cs"
3-
version = "0.8.2+v0.25.0"
3+
version = "0.8.3+v0.25.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)