Skip to content

Commit 0ba56be

Browse files
authored
Release v10.1 (#372)
* prepare v10.1 * cargo update * bump thiserror to v2
1 parent 6438296 commit 0ba56be

File tree

6 files changed

+437
-170
lines changed

6 files changed

+437
-170
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# master
1+
# 10.1.0
2+
### Features
3+
- Add support for synchronization primitives from `tokio` (feature `tokio-impl`)
4+
### Fixes
5+
- Fix incorrect behavior of the tag attribute for structs without any fields declared with braces
6+
- Fix representation of `serde_json::Value`
7+
8+
# 10.0.0
29
### Breaking
310
- Change how `HashMap<K, V>` is represented in TypeScript. The resulting bindings (`{ [key in K]?: V }` instead of `{ [key: K]: V }`) are more accurate and flexible.
411

0 commit comments

Comments
 (0)