We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edbabe commit 9e8f8b2Copy full SHA for 9e8f8b2
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.15.1
2
+
3
+* Add the machine.Shutdown() method, enabling access to the SendCtrlAltDel API
4
+ added in Firecracker 0.15.0
5
6
# 0.15.0
7
8
* Initial release
version.go
@@ -14,4 +14,4 @@
14
package firecracker
15
16
// Version represents the current version of the SDK.
17
-const Version = "0.15.0"
+const Version = "0.15.1"
0 commit comments