Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Jul 15, 2022
1 parent 70ea33a commit 2950392
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,17 @@

Changes will be described here.

## 1.0.0 -> Unreleased
## 1.0.1 -> Unreleased

* Nothing, yet!
* Nothing yet!

## 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.
* This is considered a defect, and not a breaking change, as it brings the code back in line with the specification behavior.
* Version 1.0.0 will be yanked due to this defect.

[Fixed deserialization]: https://github.com/jamesmunns/postcard/commit/70ea33a1ac7f82632697f4578002267eaf9095f5

## 1.0.0-alpha.4 -> 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postcard"
version = "1.0.0"
version = "1.0.1"
authors = ["James Munns <james@onevariable.com>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 2950392

Please sign in to comment.