From 0463c75b636fe02273c2b8ca85f36b56a206c5c5 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sun, 23 Jul 2017 18:30:56 -0400 Subject: [PATCH] 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 , ;; Noam Postavsky ;; Maintainer: Noam Postavsky -;; 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.")