From bdb3da5028935a4aea55c40769bc191a81afb54e Mon Sep 17 00:00:00 2001 From: Neil Okamoto Date: Wed, 2 Dec 2020 21:27:19 -0800 Subject: [PATCH] bump version 0.64 --- Changes | 4 ++++ anzu.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 2029f9e..678c165 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for anzu.el +Revision 0.64 2020/12/02 nokamoto + - default anzu-search-threshold and anzu-replace-threshold is 1000 (#113) + - support non-contiguous regions like rectangle region (#115) + Revision 0.62 2016/08/18 syohex - Don't search over bounds(#80) - Correct variable type attribute(#76 Thanks Matus Goljer) diff --git a/anzu.el b/anzu.el index 5fe49ef..28abbc5 100644 --- a/anzu.el +++ b/anzu.el @@ -5,7 +5,7 @@ ;; Author: Syohei YOSHIDA ;; Maintainer: Neil Okamoto ;; URL: https://github.com/emacsorphanage/anzu -;; Version: 0.62 +;; Version: 0.64 ;; Package-Requires: ((emacs "25.1")) ;; This program is free software; you can redistribute it and/or modify