Skip to content

Commit 7ba2658

Browse files
chore(master): release 0.4.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0043178 commit 7ba2658

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [0.4.0](https://github.com/snakemake/snakemake-lang-vscode-plugin/compare/v0.3.0...v0.4.0) (2023-08-07)
4+
5+
6+
### Features
7+
8+
* Add new `localrule` ruleparam to keywords.yaml ([#24](https://github.com/snakemake/snakemake-lang-vscode-plugin/issues/24)) ([b046590](https://github.com/snakemake/snakemake-lang-vscode-plugin/commit/b046590fb61d50a176649a336e6037451e3ba055))
9+
* auto closing rule for triple double quotes ([0043178](https://github.com/snakemake/snakemake-lang-vscode-plugin/commit/004317818211ce74501de26bb9eb4a1d400795de))
10+
11+
12+
### Bug Fixes
13+
14+
* restrictions to function keywords (word boundary) ([#16](https://github.com/snakemake/snakemake-lang-vscode-plugin/issues/16)) ([0043178](https://github.com/snakemake/snakemake-lang-vscode-plugin/commit/004317818211ce74501de26bb9eb4a1d400795de))
15+
316
## [0.3.0](https://github.com/snakemake/snakemake-lang-vscode-plugin/compare/v0.2.0...v0.3.0) (2023-08-07)
417

518

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Snakemake Language",
44
"icon": "logo-snake.png",
55
"description": "Basic syntax, language, and snippet support for Snakefiles (Snakemake workflow definition files)",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"publisher": "snakemake",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)