emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yaml-mode 37469ca 015/124: Changed versions.


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode 37469ca 015/124: Changed versions.
Date: Sun, 29 Aug 2021 11:36:04 -0400 (EDT)

branch: elpa/yaml-mode
commit 37469ca3fae264e790e4daac0fa8f2ddf8039c93
Author: Yoshiki Kurihara <clouder@gmail.com>
Commit: Yoshiki Kurihara <clouder@gmail.com>

    Changed versions.
---
 Changes      | 3 +++
 Makefile     | 2 +-
 yaml-mode.el | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index ae626f5..c7a8f95 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.0.6  Mon Mar 1 20:16:29 2009 JST
+        * The dash (-) is a word character.
+          See YAML spec 1.2 section 5.6 (Remco van 't Veer)
 0.0.5  Mon Dec 21 2009
         - Provide outline of yaml document via imenu (Tim Harper)
 0.0.4  Mon Apr 20 16:46:13 2009 JST
diff --git a/Makefile b/Makefile
index 57ccbf5..ace62b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.0.5
+VERSION=0.0.6
 EMACS = emacs
 PREFIX = /usr/local
 INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp
diff --git a/yaml-mode.el b/yaml-mode.el
index df82bf7..1524e94 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -5,7 +5,7 @@
 ;; Author: Yoshiki Kurihara <kurihara@cpan.org>
 ;;         Marshall T. Vandegrift <llasram@gmail.com>
 ;; Keywords: data yaml
-;; Version: 0.0.5
+;; Version: 0.0.6
 
 ;; This file is not part of Emacs
 
@@ -113,7 +113,7 @@ that key is pressed to begin a block literal."
 
 ;; Constants
 
-(defconst yaml-mode-version "0.0.5" "Version of `yaml-mode.'")
+(defconst yaml-mode-version "0.0.6" "Version of `yaml-mode.'")
 
 (defconst yaml-blank-line-re "^ *$"
   "Regexp matching a line containing only (valid) whitespace.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]