We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6097a commit 75ad73bCopy full SHA for 75ad73b
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## 2.17.0
2
+
3
+### Features
4
5
+- add `--github-output` for nicer output in github actions [e8a2056]
6
7
+### Maintenance
8
9
+- fix typo in core_dsl.go [977bc6f]
10
+- Fix typo in docs [e297e7b]
11
12
## 2.16.0
13
14
### Features
types/version.go
@@ -1,3 +1,3 @@
package types
-const VERSION = "2.16.0"
+const VERSION = "2.17.0"
0 commit comments