branch: elpa/anzu
commit 324c3e2db48a3036cce95988e656a99154821c2d
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 293fe87939..ef8be11e31 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.61 2016/06/17 syohex
+ - Don't overwrite user's case-fold-search(#75)
+ - Implement anzu's isearch-query-replace commands(#72)
+
Revision 0.60 2016/01/31 syohex
- Add replacement threshold(#66)
- Refactoring code
diff --git a/anzu.el b/anzu.el
index 05c42a815e..1e37c2ad74 100644
--- a/anzu.el
+++ b/anzu.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
-;; Version: 0.60
+;; Version: 0.61
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify