diff --git a/CHANGELOG.md b/CHANGELOG.md index 363a5ba..de58c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### v0.6.2+v0.25.0 + +---- +- Core: Fix constructor argument ordering for `RustStream` +- Core: Fix topological sorting not taking into account structurally recursive types #43 + #### v0.6.1+v0.25.0 ---- diff --git a/README.md b/README.md index 1f1dc2a..1b5389e 100644 --- a/README.md +++ b/README.md @@ -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.5.0+v0.25.0 +cargo install uniffi-bindgen-cpp --git https://github.com/NordSecurity/uniffi-bindgen-cpp --tag v0.6.2+v0.25.0 ``` # How to generate bindings