branch: elpa/yaml-mode
commit a817e46cc55eb90b7e1dd7cff74e43e080f0f690
Author: Yoshiki Kurihara <[email protected]>
Commit: Yoshiki Kurihara <[email protected]>
Bumping version to 0.0.12
---
Changes | 4 ++++
Makefile | 2 +-
yaml-mode.el | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes
index f202f4f..e215648 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.0.12 Mon Aug 17 05:34:37 UTC 2015
+ * Enable encrypted yamls. (rhoml)
+ * Use font-lock-flush when available. (tarsius)
+ * Improve paragraph filling of block literals. (wentasah)
0.0.11 Tue Nov 25 08:35:56 GMT 2014
* Fix incorrect highlighting of colons in comments. (Wilfred)
0.0.10 Mon Aug 25 04:06:50 GMT 2014
diff --git a/Makefile b/Makefile
index 1448fa5..6146053 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.0.11
+VERSION=0.0.12
EMACS = emacs
PREFIX = /usr/local
INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp
diff --git a/yaml-mode.el b/yaml-mode.el
index c70b96f..15f3872 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -5,7 +5,7 @@
;; Author: Yoshiki Kurihara <[email protected]>
;; Marshall T. Vandegrift <[email protected]>
;; Keywords: data yaml
-;; Version: 0.0.11
+;; Version: 0.0.12
;; This file is not part of Emacs
@@ -115,7 +115,7 @@ that key is pressed to begin a block literal."
;; Constants
-(defconst yaml-mode-version "0.0.11" "Version of `yaml-mode'.")
+(defconst yaml-mode-version "0.0.12" "Version of `yaml-mode'.")
(defconst yaml-blank-line-re "^ *$"
"Regexp matching a line containing only (valid) whitespace.")