File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,15 @@ Initial release!
22
22
------------------------------
23
23
24
24
* Allow schema to store custom attributes @Mng-dev-ai in [ #11 ] ( https://github.com/Mng-dev-ai/schemars/pull/11 )
25
- * Add examples @Mng-dev-ai in [ #12 ] ( https://github.com/Mng-dev-ai/schemars/pull/12 )
25
+ * Add examples @Mng-dev-ai in [ #12 ] ( https://github.com/Mng-dev-ai/schemars/pull/12 )
26
+
27
+
28
+ ## Version 0.4.0 (November 25, 2023)
29
+ ------------------------------
30
+
31
+ * Add child to Dict field @Mng-dev-ai in [ #16 ] ( https://github.com/Mng-dev-ai/schemars/pull/16 )
32
+ * improvements @Mng-dev-ai in [ #17 ] ( https://github.com/Mng-dev-ai/schemars/pull/17 )
33
+ * Add UUID field @Mng-dev-ai in [ #18 ] ( https://github.com/Mng-dev-ai/schemars/pull/18 )
34
+ * Add Any field @Mng-dev-ai in [ #19 ] ( https://github.com/Mng-dev-ai/schemars/pull/19 )
35
+ * Add alias support for fields @Mng-dev-ai in [ #20 ] ( https://github.com/Mng-dev-ai/schemars/pull/20 )
36
+ * Add mimalloc @Mng-dev-ai in [ #21 ] ( https://github.com/Mng-dev-ai/schemars/pull/21 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " schemars"
3
- version = " 0.3.2 "
3
+ version = " 0.4.0 "
4
4
edition = " 2021"
5
5
6
6
[lib ]
You can’t perform that action at this time.
0 commit comments