Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Tags: firecracker-microvm/versionize

Tags

v0.1.10

Toggle v0.1.10's commit message
Release 0.1.10

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>

v0.1.9

Toggle v0.1.9's commit message
Release 0.1.9

Implement Versionize for i128/u128

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>

v0.1.8

Toggle v0.1.8's commit message
Fix VersionMap no longer being Send+Sync

I overlooked that e00a8b5 was not
part of 0.1.6 and introduced a breaking change, as the `dyn
VersionFilter` field prevented `VersionMap` from being sharable between
threads. As this was previously the case, this meant a breaking change
snuck into a patch release, so 0.1.7 was yanked and instead we need
to release 0.1.8

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>

v0.1.7

Toggle v0.1.7's commit message
Release 0.1.7

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>

v0.1.6

Toggle v0.1.6's commit message
v0.1.6: Crates.io release 0.1.6

Upgraded vmm-sys-utils to v0.8.0

v0.1.5

Toggle v0.1.5's commit message
Bump version to 0.1.5 and update changelog

Signed-off-by: Andrei Sandu <sandreim@amazon.com>

v0.1.4

Toggle v0.1.4's commit message
Update readme.

Signed-off-by: Andrei Sandu <sandreim@amazon.com>

v0.1.3

Toggle v0.1.3's commit message
Update rust-vmm-ci.

Signed-off-by: Andrei Sandu <sandreim@amazon.com>

v0.1.2

Toggle v0.1.2's commit message
v0.1.2

Improved edge cases handling for Vec serialization and deserialization.

v0.1.1

Toggle v0.1.1's commit message
Prepare crate for publishing to crates.io

Signed-off-by: Andrei Sandu <sandreim@amazon.com>