branch: elpa/yaml-mode
commit 6bb9e7f6e1c9224f743a8a68bc210d10eb8cb788
Author: Ola Nilsson <[email protected]>
Commit: Ola Nilsson <[email protected]>
Bump version and update changes
---
Changes | 10 ++++++++++
yaml-mode.el | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 38daa6eb9f..743839e2b8 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+0.0.16 Wed Sep 20 00:01:32 CEST 2023
+ * Do not modify the buffer in `yaml-indent-line` unless necessary
+ (Konstantin Kharlamov)
+ * More tests (Vasilij Schneidermann)
+ * Add unit test and github actions (Shohei YOSHIDA)
+ * Fix syntax highlighting in presence of inline comments (liuyinz)
+ * Fix byte-compile warning (Shohei YOSHIDA)
+ * Upgrade license to GPLv3 (Stefan Kangas)
+ * Turn on lexical binding (Daniel Mendler)
+ * Add magic-mode-list entry (Ville Skyttä)
0.0.15 Mon Nov 9 11:22:02 CET 2020
* Fix propertization for lists of dicts with literal block (Ben
Strutt)
diff --git a/yaml-mode.el b/yaml-mode.el
index d3c1da8e98..c18fcd9022 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -8,7 +8,7 @@
;; URL: https://github.com/yoshiki/yaml-mode
;; Package-Requires: ((emacs "24.1"))
;; Keywords: data yaml
-;; Version: 0.0.15
+;; Version: 0.0.16
;; This file is not part of Emacs