Skip to content

Commit

Permalink
Bump version v0.6.4
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Gurskas <martynas.gurskas@nordsec.com>
  • Loading branch information
Lipt0nas committed Jan 24, 2025
1 parent 3daaf2a commit b12294e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### v0.6.4+v0.25.0

----
- Core: Explicitly include `vector` in the generated wrapper header
- Core: Explicitly include `algorithm` in the generated wrapper header


#### v0.6.3+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-cpp` is `1.72`.
Newer Rust versions should also work fine.

```bash
cargo install uniffi-bindgen-cpp --git https://github.com/NordSecurity/uniffi-bindgen-cpp --tag v0.6.3+v0.25.0
cargo install uniffi-bindgen-cpp --git https://github.com/NordSecurity/uniffi-bindgen-cpp --tag v0.6.4+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-cpp"
version = "0.6.3+v.0.25.0"
version = "0.6.4+v.0.25.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit b12294e

Please sign in to comment.