branch: elpa/yaml-mode commit 23395dfcf004c952850691b70e63f97f169596e8 Merge: 13728b4b1b 6bb9e7f6e1 Author: Vasilij Schneidermann <m...@vasilij.de> Commit: GitHub <nore...@github.com>
Merge pull request #109 from snogge/release-0.0.16 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