Skip to content

Commit f52d387

Browse files
roypatluminitavoicu
authored andcommitted
Release 0.1.9
Implement Versionize for i128/u128 Signed-off-by: Patrick Roy <[email protected]>
1 parent f9a48e0 commit f52d387

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# v0.1.7
1+
# v0.1.9
2+
3+
- Implement Versionize for i128 and u128
4+
5+
# v0.1.8
6+
7+
- Fixed VersionMap not implementing Sync + Send in 0.1.7
8+
9+
# v0.1.7 [yanked]
210

311
- Use caret requirements instead of comparison requirements
412
for specifying dependencies

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "versionize"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <[email protected]>"]
66
description = "A version tolerant serialization/deserialization framework."

0 commit comments

Comments
 (0)