Skip to content

Commit 2359b4a

Browse files
authored
Merge pull request #10 from Mng-dev-ai/v0.3.1
v0.3.1
2 parents 59bf184 + 5fddedc commit 2359b4a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ Initial release!
1111
## Version 0.3.0 (November 19, 2023)
1212
------------------------------
1313

14-
* Add call to schema trait @Mng-dev-ai in [#4](https://github.com/Mng-dev-ai/schemars/pull/7)
14+
* Add call to schema trait @Mng-dev-ai in [#7](https://github.com/Mng-dev-ai/schemars/pull/7)
15+
16+
## Version 0.3.1 (November 19, 2023)
17+
------------------------------
18+
19+
* Enhance serialization to support general iterables @Mng-dev-ai in [#9](https://github.com/Mng-dev-ai/schemars/pull/9)

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

66
[lib]

0 commit comments

Comments
 (0)