Skip to content

Commit

Permalink
Release v0.24.1
Browse files Browse the repository at this point in the history
Signed-off-by: alindima <[email protected]>
  • Loading branch information
alindima committed Jan 14, 2021
1 parent 9382922 commit 02df37c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Alin Dima <[email protected]>
Andrei Sandu <[email protected]> <[email protected]>
Diana Popa <[email protected]> <[email protected]>
Alexandru Cihodaru <[email protected]>
Liviu Berciu <[email protected]>
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.24.1]

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions 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 src/api_server/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
The API is accessible through HTTP calls on specific URLs
carrying JSON modeled data.
The transport medium is a Unix Domain Socket.
version: 0.24.0
version: 0.24.1
termsOfService: ""
contact:
email: "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firecracker"
version = "0.24.0"
version = "0.24.1"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
build = "../../build.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jailer"
version = "0.24.0"
version = "0.24.1"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
build = "../../build.rs"
Expand Down

0 comments on commit 02df37c

Please sign in to comment.