aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-04-18 01:05:39 -0400
committerKyle Meyer <kyle@kyleam.com>2016-04-18 01:06:58 -0400
commit27c19be6fec7b198f5e41c20c914f34183917ffb (patch)
tree0c01f6b3573edcb060e78ae19c2a42e7d51a6682 /NEWS
parent9c615a54e0dc1319ed5fcf45b0ce7b89d89607f5 (diff)
downloadsnakemake-mode-27c19be6fec7b198f5e41c20c914f34183917ffb.tar.gz
Bump versionv0.4.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 5 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 7f1b796..f29cadb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,22 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
-* v0.4.0 (unreleased)
+* v0.4.0
** New features
- New library snakemake.el provides a popup interface for running
Snakemake from Emacs.
+- New command ~snakemake-graph~ displays the graph of dependencies for
+ a rule. (Thanks to Endre Bakken Stovner for the idea and initial
+ implementation.)
+
- ".snakefile" has been added as a suffix for Snakemake files.
- Anonymous rule blocks are now supported.
- The 'wrapper' keyword is now recognized.
-- New command ~snakemake-graph~ displays the graph of dependencies for
- a rule. (Thanks to Endre Bakken Stovner for the idea and initial
- implementation.)
-
-
* v0.3.0
** New features