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 eba929b commit a40b0efCopy full SHA for a40b0ef
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 2.0.1
4
+
5
+* Added dummy action so that the ST2 CI pipeline does not fail when registering actions
6
7
## 2.0.0
8
9
* Drop Python 2.7 support
actions/dummyaction
@@ -0,0 +1 @@
+# Only here so that the ST2 CI pipeline does not fail when running Register Action tests
pack.yaml
@@ -9,7 +9,7 @@ keywords :
- Logging
10
- logging
11
- useful
12
-version: 2.0.0
+version: 2.0.1
13
author : davidjohngee
14
email : [email protected]
15
python_versions:
0 commit comments