Release 0.12.1

* NEWS: Changes for 0.12.1.
* yasnippet.el (yas--version): Bump version number.
This commit is contained in:
Noam Postavsky 2017-07-23 18:30:56 -04:00
parent dd65fe6186
commit 0463c75b63
2 changed files with 9 additions and 3 deletions

8
NEWS
View File

@ -4,8 +4,14 @@ Copyright (C) 2016 Free Software Foundation, Inc.
See the end of the file for license conditions. 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) * 0.12.0 (Jul 17, 2017)

View File

@ -5,7 +5,7 @@
;; João Távora <joaotavora@gmail.com>, ;; João Távora <joaotavora@gmail.com>,
;; Noam Postavsky <npostavs@gmail.com> ;; Noam Postavsky <npostavs@gmail.com>
;; Maintainer: Noam Postavsky <npostavs@gmail.com> ;; Maintainer: Noam Postavsky <npostavs@gmail.com>
;; Version: 0.12.0 ;; Version: 0.12.1
;; X-URL: http://github.com/joaotavora/yasnippet ;; X-URL: http://github.com/joaotavora/yasnippet
;; Keywords: convenience, emulation ;; Keywords: convenience, emulation
;; URL: http://github.com/joaotavora/yasnippet ;; URL: http://github.com/joaotavora/yasnippet
@ -536,7 +536,7 @@ override bindings from other packages (e.g., `company-mode')."
;;; Internal variables ;;; Internal variables
(defconst yas--version "0.12.0") (defconst yas--version "0.12.1")
(defvar yas--menu-table (make-hash-table) (defvar yas--menu-table (make-hash-table)
"A hash table of MAJOR-MODE symbols to menu keymaps.") "A hash table of MAJOR-MODE symbols to menu keymaps.")