Skip to content

Commit 02df37c

Browse files
committed
Release v0.24.1
Signed-off-by: alindima <alindima@amazon.com>
1 parent 9382922 commit 02df37c

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Alin Dima <alindima@amazon.com>
1515
Andrei Sandu <sandreim@amazon.com> <54316454+sandreim@users.noreply.github.com>
1616
Diana Popa <dpopa@amazon.com> <dpopa@38f9d3563971.ant.amazon.com>
1717
Alexandru Cihodaru <cihodar@amazon.com>
18+
Liviu Berciu <lberciu@amazon.com>

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.24.1]
44

55
### Fixed
66

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api_server/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
The API is accessible through HTTP calls on specific URLs
66
carrying JSON modeled data.
77
The transport medium is a Unix Domain Socket.
8-
version: 0.24.0
8+
version: 0.24.1
99
termsOfService: ""
1010
contact:
1111
email: "compute-capsule@amazon.com"

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firecracker"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2018"
66
build = "../../build.rs"

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jailer"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
55
edition = "2018"
66
build = "../../build.rs"

0 commit comments

Comments
 (0)