From d1f10e5a998254a763304a925963dc6d54e934b1 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Wed, 22 Nov 2023 07:20:07 +0100 Subject: [PATCH] Bump to 3.9.6 --- NEWS.org | 10 ++++++++++ helm-core.el | 2 +- helm.el | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 4cd8dc1ed..be8e9c96b 100644 --- a/NEWS.org +++ b/NEWS.org @@ -2,6 +2,16 @@ * NEWS +** Version 3.9.6 + +*** Fix bug with helm-mm-exact-search (bug#2616) +*** Improve locate library fns +*** Fix a old bug with candidate transformer +candidate-transformer functions should behave the same in in-buffer +and sync source: transforming all candidates. +*** Fix kmacro for Emacs-29+ +*** Various minor bug fixes + ** Version 3.9.5 *** Add compatibility with Emacs-28< for helm-packages diff --git a/helm-core.el b/helm-core.el index 1f6036ac3..c165fcd89 100644 --- a/helm-core.el +++ b/helm-core.el @@ -4,7 +4,7 @@ ;; Author: Thierry Volpiatto ;; URL: https://emacs-helm.github.io/helm/ -;; Version: 3.9.5 +;; Version: 3.9.6 ;; Package-Requires: ((emacs "25.1") (async "1.9.7")) ;; This program is free software; you can redistribute it and/or modify diff --git a/helm.el b/helm.el index 69c6f8375..3a6ed60ea 100644 --- a/helm.el +++ b/helm.el @@ -11,7 +11,7 @@ ;; Thierry Volpiatto ;; Author: Thierry Volpiatto -;; Version: 3.9.5 +;; Version: 3.9.6 ;; URL: https://emacs-helm.github.io/helm/ ;; Package-Requires: ((helm-core "3.9.4") (wfnames "1.1") (popup "0.5.3"))