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 6f4d929 commit 6f0eb26Copy full SHA for 6f0eb26
2 files changed
CHANGES.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 0.13.0
4
+
5
+- Add ``validate`` option to pack config to enable validating credentials
6
+ before running any actions (PR #33)
7
+ Special thanks to @guymatz for this contribution
8
9
## 0.12.1
10
11
- Minor linting change
pack.yaml
@@ -6,7 +6,7 @@ keywords:
- issues
- ticket management
- project management
-version: 0.12.1
+version: 0.13.0
python_versions:
- "2"
12
- "3"
0 commit comments