You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: derive_builder/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## [0.20.0] - 2024-02-14
6
+
- Bump `syn` to version 2 #308
7
+
- Bump `darling` to version 0.20.6 #308
8
+
-**BREAKING CHANGE**: Remove support for `field(type = "...")` as `syn` no longer allows this. #308
9
+
- Allow omitting quotes on `builder(default = ...)` expressions #308
10
+
5
11
## [0.13.1] - 2024-02-12
6
12
- Accept `field(ty = "...")` as an alias for `field(type = "...")` in preparation for moving to syn 2.0, which doesn't allow the use of keywords as meta item paths. #306
0 commit comments