Skip to content

Commit 4d75cb8

Browse files
Alexandra Iordacheandreeaflorescu
authored andcommitted
Release version 0.10.1
Updated documentation and incremented the version number. Signed-off-by: Alexandra Iordache <[email protected]>
1 parent 98e6305 commit 4d75cb8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.10.1]
4+
5+
### Fixed
6+
7+
- The Swagger definition was corrected.
8+
39
## [0.10.0]
410

511
### Added

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.10.0"
3+
version = "0.10.1"
44
authors = ["Amazon firecracker team <[email protected]>"]
55

66
[dependencies]

api_server/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
description: RESTful public-facing API.
55
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
66
The transport medium is a Unix Domain Socket.
7-
version: 0.10.0
7+
version: 0.10.1
88
termsOfService: ""
99
contact:
1010

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

66
[dependencies]

0 commit comments

Comments
 (0)