aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-11-08 22:15:08 -0500
committerKyle Meyer <kyle@kyleam.com>2020-11-08 22:15:08 -0500
commit0e4ef118ca3af4a6851fe670cf8fe7472ba18393 (patch)
tree32043a745af7e694f6594398ee401af0bf565f40
parent61f770aee9aaa09ba56f7a20fe6034b551241f1b (diff)
downloadsnakemake-mode-0e4ef118ca3af4a6851fe670cf8fe7472ba18393.tar.gz
Release 1.8.0v1.8.0
-rw-r--r--NEWS2
-rw-r--r--snakemake-mode.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2743025..af4dc1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
-* master (unreleased)
+* v1.8.0
- Additional Snakemake keywords are now recognized: 'envmodules' (new
in Snakemake v5.9.0), 'envvars' (new in v5.11.0), 'container' (new
diff --git a/snakemake-mode.el b/snakemake-mode.el
index a740b11..6dda523 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -5,7 +5,7 @@
;; Author: Kyle Meyer <kyle@kyleam.com>
;; URL: https://git.kyleam.com/snakemake-mode/about
;; Keywords: tools
-;; Version: 1.7.0
+;; Version: 1.8.0
;; Package-Requires: ((emacs "24.5") (cl-lib "0.5") (magit-popup "2.4.0"))
;; This program is free software; you can redistribute it and/or modify