Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Aug 16, 2022
1 parent 8c79c7d commit c2887c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postcard"
version = "1.0.1"
version = "1.0.2"
authors = ["James Munns <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit c2887c0

Please sign in to comment.