Skip to content

Commit dae5bac

Browse files
committed
Bump v0.2.0+v0.25.0
1 parent 91eacef commit dae5bac

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## v0.2.0+v0.25.0
2+
3+
- **IMPORTANT**: Fix race condition in callback handling code. [#28](https://github.com/NordSecurity/uniffi-bindgen-go/issues/28).
4+
- Update to uniffi 0.25.0
5+
- Implement `--library-mode` command line option.
6+
- Implement async functions and methods.
7+
- implement foreign executor.
8+
- Implement `bytes` type.
9+
- Implement external types.
10+
- Fix incorrect code emitted for all caps acronyms in objects and callbacks, e.g. `HTTPClient`.
11+
12+
## v0.1.5+v0.23.0
13+
14+
- Fix memory leak for all strings being read from FFI.
15+
16+
## v0.1.4+v0.23.0
17+
18+
- Fix typo in generated Go bindings for associated enum case with no fields.
19+
20+
## v0.1.3+v0.23.0
21+
22+
- Closing generated binding file before formatting.
23+
- Removed unnecessery import from EnumTemplate.go.
24+
25+
## v0.1.2+v0.23.0
26+
27+
- Fix 0.1 release to be compatible with mozilla/uniffi-rs 0.23.0 after docstring changes.
28+
29+
## v0.1.1+v0.23.0
30+
31+
- Changed callback return type to C.uint64_t.
32+
33+
## v0.1.0+v0.23.0
34+
35+
- Updated version tag pattern.

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.

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-go"
3-
version = "0.1.2+v.0.25.0"
3+
version = "0.2.0+v0.25.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)