Skip to content

Commit ece5e95

Browse files
authored
Merge pull request #22 from Mng-dev-ai/v0.4.0
v0.4.0
2 parents 75a9b61 + 9537fb4 commit ece5e95

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,15 @@ Initial release!
2222
------------------------------
2323

2424
* 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)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "schemars"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)