We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873e077 commit 0056abbCopy full SHA for 0056abb
.circleci/orb.yml
@@ -8,7 +8,7 @@ commands:
8
version:
9
description: Install version.
10
type: string
11
- default: v0.3.0
+ default: v0.3.1
12
steps:
13
- restore_cache:
14
key: aliases-<< parameters.version >>
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.3.1 - 2019-03-01
2
+
3
+Bug Fixes:
4
+* fixed use local docker binary path in docker download (https://github.com/k-kinzal/aliases/pull/65)
5
6
## v0.3.0 - 2019-02-18
7
New Feature:
README.md
@@ -64,7 +64,7 @@ USAGE:
64
aliases [global options] command [command options] [arguments...]
65
66
VERSION:
67
- v0.3.0
+ v0.3.1
68
69
COMMANDS:
70
gen Generate aliases
0 commit comments