Skip to content

Commit

Permalink
Release v10.1 (#372)
Browse files Browse the repository at this point in the history
* prepare v10.1

* cargo update

* bump thiserror to v2
  • Loading branch information
NyxCode authored Dec 1, 2024
1 parent 6438296 commit 0ba56be
Show file tree
Hide file tree
Showing 6 changed files with 437 additions and 170 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# master
# 10.1.0
### Features
- Add support for synchronization primitives from `tokio` (feature `tokio-impl`)
### Fixes
- Fix incorrect behavior of the tag attribute for structs without any fields declared with braces
- Fix representation of `serde_json::Value`

# 10.0.0
### Breaking
- 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.

Expand Down
Loading

0 comments on commit 0ba56be

Please sign in to comment.