Skip to content

Commit 047a379

Browse files
patch release for v0.21.1
This patch release includes a backport for the issue: #1632 Signed-off-by: Andreea Florescu <[email protected]>
1 parent 05b774f commit 047a379

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.21.0
8+
version: 0.21.1
99
termsOfService: ""
1010
contact:
1111

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.21.0"
3+
version = "0.21.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

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.21.0"
3+
version = "0.21.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55

66
[dependencies]

0 commit comments

Comments
 (0)