Skip to content

Commit

Permalink
prepare for v0.20.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Oct 15, 2024
1 parent 7b094f0 commit 861052d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions capnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.20.2
- Fix bug where `ptr::copy_nonoverlapping()` was potentially being called
on invalid pointers (with length = 0).

## v0.20.1
- Add support for downcasting dynamic values to fully concrete list and
struct types.
Expand Down
2 changes: 1 addition & 1 deletion capnp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "capnp"
version = "0.20.1"
version = "0.20.2"
authors = [ "David Renshaw <[email protected]>" ]
license = "MIT"
description = "runtime library for Cap'n Proto data encoding"
Expand Down

0 comments on commit 861052d

Please sign in to comment.