Skip to content

Commit

Permalink
Prepare for 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Feb 16, 2023
1 parent 36d11e7 commit a1c3af4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,12 @@ Changes will be described here.

## 1.0.3 -> Unreleased

* Nothing yet!

## 1.0.3 -> 1.0.4

* fix cobs accumulator out-of-bounds index when data is 1 byte too long ([PR#90])
* Move cobs accumulator tests into a `cfg(test)` module

[PR#90]: https://github.com/jamesmunns/postcard/pull/90

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

0 comments on commit a1c3af4

Please sign in to comment.