Skip to content

Commit eb52b6d

Browse files
luminitavoicusandreim
authored andcommitted
Update cargo package version to 0.1.2
Signed-off-by: Luminita Voicu <[email protected]>
1 parent 16eb0d2 commit eb52b6d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.1.2
2+
3+
- Improved edge cases handling for Vec serialization and deserialization.
4+
15
# v0.1.0
26

37
- "versionize" v0.1.0 first release.

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.1"
3+
version = "0.1.2"
44
license = "Apache-2.0"
55
authors = ["Amazon Firecracker team <[email protected]>"]
66
description = "A version tolerant serialization/deserialization framework."

coverage_config_aarch64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"coverage_score": 92.7, "exclude_path": "", "crate_features": ""}
1+
{"coverage_score": 92.4, "exclude_path": "", "crate_features": ""}

0 commit comments

Comments
 (0)