Skip to content

Commit 45a0718

Browse files
dianpopavibharya
authored andcommitted
release v1.0.1 - prepare files
Signed-off-by: Diana Popa <[email protected]>
1 parent ed5f2fd commit 45a0718

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

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+
## [1.0.1]
44

55
### Fixed
66

CREDITS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Contributors to the Firecracker repository:
123123
* Masatoshi Higuchi <[email protected]>
124124
* Massimiliano Torromeo <[email protected]>
125125
* Matt Wilson <[email protected]>
126+
* Matthew Schlebusch <[email protected]>
126127
* Mehrdad Arshad Rad <[email protected]>
127128
* Michael Jarrett <[email protected]>
128129
* Michael Saah <[email protected]>

Cargo.lock

Lines changed: 3 additions & 3 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: 1.0.0
8+
version: 1.0.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 = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
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 = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2018"
66
build = "../../build.rs"

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2018"
66
build = "../../build.rs"

0 commit comments

Comments
 (0)