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 ec52b8e commit 10af8d2Copy full SHA for 10af8d2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.3.0 - 2023-09-02
4
+
5
+- Added support for passing arguments in to tasks (#89 by @MaxCheetham).
6
+- Fixed some bugs with the tree view not displaying tasks correctly (#59, #79,
7
+ #90 by @MaxCheetham).
8
9
## v0.2.0 - 2023-05-07
10
11
- Improve error handling in when Taskfiles contain errors (#25 by @pd93).
package.json
@@ -5,7 +5,7 @@
"homepage": "https://taskfile.dev",
"icon": "res/icon.png",
"license": "MIT",
- "version": "0.2.0",
+ "version": "0.3.0",
"publisher": "task",
"author": {
"name": "Pete Davison",
0 commit comments