Skip to content

Commit

Permalink
Prepare for v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Aug 31, 2023
1 parent 2a300b9 commit a1010f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,12 @@

Changes will be described here.

## 1.0.6 -> Unreleased
## 1.0.7 -> Unreleased

* Nothing yet!
## 1.0.6 -> 1.0.7

* Fix off-by-one in varint size calculation by @Palladinium in https://github.com/jamesmunns/postcard/pull/111
* Add specific error for Crc errors by @CBJamo in https://github.com/jamesmunns/postcard/pull/112

## 1.0.5 -> 1.0.6

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

0 comments on commit a1010f8

Please sign in to comment.