Skip to content

Commit

Permalink
Bump version to v0.2.3
Browse files Browse the repository at this point in the history
This version add support for running x86 microVMs on macOS ARM64
(M1/M2) by using Rosetta for Linux. Bump release number to v0.2.3

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Nov 7, 2022
1 parent 26f5a58 commit 242a740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "krunvm"
version = "0.2.2"
version = "0.2.3"
authors = ["Sergio Lopez <[email protected]>"]
description = "Create microVMs from OCI images"
repository = "https://github.com/containers/krunvm"
Expand Down

0 comments on commit 242a740

Please sign in to comment.