We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71ccc4 commit f98795fCopy full SHA for f98795f
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.2.11 (Upcoming)
+## 0.2.11 (December 17, 2021)
2
3
* sdk: The SourceImageID field for registry/image.Image is now optional;
4
calling Image#Validate will nolonger error if SourceImageID is empty.
version/version.go
@@ -13,7 +13,7 @@ import (
13
var GitCommit string
14
15
// Package version helps plugin creators set and track the sdk version using
16
-var Version = "0.2.10"
+var Version = "0.2.11"
17
18
// A pre-release marker for the version. If this is "" (empty string)
19
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments