diff --git a/CHANGELOG.md b/CHANGELOG.md index f346ecb..73fc7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ Changes will be described here. -## 1.0.1 -> Unreleased +## 1.0.2 -> Unreleased * Nothing yet! +## 1.0.1 -> 1.0.2 + +* Correct exporting of experimental Schema proc macro ([PR#73]) + +[PR#73]: https://github.com/jamesmunns/postcard/pull/73 + ## 1.0.0 -> 1.0.1 * [Fixed deserialization] of `i128`, which was using the "new style" varint serialization, but the incorrect, "old style" fixed deserialization. diff --git a/Cargo.toml b/Cargo.toml index a0b57b3..b713708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postcard" -version = "1.0.1" +version = "1.0.2" authors = ["James Munns "] edition = "2018" readme = "README.md"