Skip to content

Commit 93d3062

Browse files
committed
Bump to 0.9.7
1 parent 62cd50c commit 93d3062

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.9.7
4+
5+
### Enhancements
6+
7+
- Use thread-local registry to track window handle, avoid double-free
8+
39
## 0.9.6
410

511
### Enhancements

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resolver = "2" # Keep resolver = "2"
3636

3737
[workspace.package]
3838
authors = ["Allen Dang <allengnr@gmail.com>"]
39-
version = "0.9.6"
39+
version = "0.9.7"
4040
edition = "2024"
4141
license = "MIT OR Apache-2.0"
4242
repository = "https://github.com/AllenDang/wxDragon"

0 commit comments

Comments
 (0)