Skip to content

Commit dd8d7ed

Browse files
chore(master): release 0.6.0 (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d455d5 commit dd8d7ed

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/snakemake/snakemake-lang-vscode-plugin/compare/v0.5.2...v0.6.0) (2025-04-03)
4+
5+
6+
### Features
7+
8+
* update more keywords and highlighting ([#42](https://github.com/snakemake/snakemake-lang-vscode-plugin/issues/42)) ([8d455d5](https://github.com/snakemake/snakemake-lang-vscode-plugin/commit/8d455d5a5c18c3270d329c62ecf753e681c91ea3))
9+
310
## [0.5.2](https://github.com/snakemake/snakemake-lang-vscode-plugin/compare/v0.5.1...v0.5.2) (2025-04-01)
411

512

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.5.2",
6+
"version": "0.6.0",
77
"publisher": "snakemake",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)