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

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

[elpa] master 0463c75 4/5: Release 0.12.1


From: Noam Postavsky
Subject: [elpa] master 0463c75 4/5: Release 0.12.1
Date: Sun, 23 Jul 2017 18:40:03 -0400 (EDT)

branch: master
commit 0463c75b636fe02273c2b8ca85f36b56a206c5c5
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Release 0.12.1
    
    * NEWS: Changes for 0.12.1.
    * yasnippet.el (yas--version): Bump version number.
---
 NEWS         | 8 +++++++-
 yasnippet.el | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 0f6b7d8..bc0863f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,14 @@ Copyright (C) 2016 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
-Don't delete snippets more than once.
+* 0.12.1 (Jul 23, 2017)
 
+This is a quick bugfix release.
+
+** Compilation errors in yasnippet-tests.el and yasnippet-debug.el are fixed.
+
+** A snippet-local setting of 'yas-indent-line' is now respected
+during indentation triggered by auto-fill as well.  See Github #838.
 
 
 * 0.12.0 (Jul 17, 2017)
diff --git a/yasnippet.el b/yasnippet.el
index 6e805c8..94ccffb 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -5,7 +5,7 @@
 ;;          João Távora <address@hidden>,
 ;;          Noam Postavsky <address@hidden>
 ;; Maintainer: Noam Postavsky <address@hidden>
-;; Version: 0.12.0
+;; Version: 0.12.1
 ;; X-URL: http://github.com/joaotavora/yasnippet
 ;; Keywords: convenience, emulation
 ;; URL: http://github.com/joaotavora/yasnippet
@@ -536,7 +536,7 @@ override bindings from other packages (e.g., 
`company-mode')."
 
 ;;; Internal variables
 
-(defconst yas--version "0.12.0")
+(defconst yas--version "0.12.1")
 
 (defvar yas--menu-table (make-hash-table)
   "A hash table of MAJOR-MODE symbols to menu keymaps.")



reply via email to

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