Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
Implement Versionize for i128/u128

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat authored and luminitavoicu committed Nov 25, 2022
1 parent f9a48e0 commit f52d387
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# v0.1.7
# v0.1.9

- Implement Versionize for i128 and u128

# v0.1.8

- Fixed VersionMap not implementing Sync + Send in 0.1.7

# v0.1.7 [yanked]

- Use caret requirements instead of comparison requirements
for specifying dependencies
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 = "versionize"
version = "0.1.8"
version = "0.1.9"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
description = "A version tolerant serialization/deserialization framework."
Expand Down

0 comments on commit f52d387

Please sign in to comment.