Skip to content

Commit df2df0c

Browse files
authored
Merge pull request #13 from Mng-dev-ai/v0.3.2
v0.3.2
2 parents 0a3edcc + 95646ac commit df2df0c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ Initial release!
1616
## Version 0.3.1 (November 19, 2023)
1717
------------------------------
1818

19-
* Enhance serialization to support general iterables @Mng-dev-ai in [#9](https://github.com/Mng-dev-ai/schemars/pull/9)
19+
* Enhance serialization to support general iterables @Mng-dev-ai in [#9](https://github.com/Mng-dev-ai/schemars/pull/9)
20+
21+
## Version 0.3.2 (November 20, 2023)
22+
------------------------------
23+
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)

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.1"
3+
version = "0.3.2"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)