Skip to content

Commit f52d387

Browse files
roypatluminitavoicu
authored andcommittedNov 25, 2022
Release 0.1.9
Implement Versionize for i128/u128 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent f9a48e0 commit f52d387

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+9-1
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

+1-1
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 <firecracker-devel@amazon.com>"]
66
description = "A version tolerant serialization/deserialization framework."

0 commit comments

Comments
 (0)