Skip to content

Commit d3308c3

Browse files
committed
(#85) Bump minor version to 0.13.0
1 parent 098498b commit d3308c3

File tree

4 files changed

+38
-5
lines changed

4 files changed

+38
-5
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.13.0

assets/version/version.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/releases.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,42 @@
11
[
22
{
33
"channel": "stable",
4-
"version": "0.12.0",
4+
"version": "0.13.0",
55
"equinox": false,
66
"latest": true,
7+
"releaseDate": "2019-09-15 17:00",
8+
"changelog": {
9+
"enhacements": [
10+
{
11+
"description": "Add prune command to remove containers and images."
12+
},
13+
{
14+
"description": "Add Sirupsen's logrus as default logger."
15+
},
16+
{
17+
"description": "Use Go modules and Go v1.12.x"
18+
}
19+
],
20+
"fixes": [
21+
{
22+
"description": "Use canonical image when pulling Docker iamges."
23+
},
24+
{
25+
"description": "Fix tags command when no data is present."
26+
}
27+
],
28+
"breakings": [
29+
{
30+
"description": "Use new tags for mdelapenya's Docker images."
31+
}
32+
]
33+
}
34+
},
35+
{
36+
"channel": "stable",
37+
"version": "0.12.0",
38+
"equinox": false,
39+
"latest": false,
740
"releaseDate": "2019-04-10 01:00",
841
"changelog": {
942
"enhacements": [

features/version.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Feature: Version command
77
Then the exit status should be 0
88
And the output should contain:
99
"""
10-
0.12.0
10+
0.13.0
1111
"""
1212
And the output should contain:
1313
"""

0 commit comments

Comments
 (0)