branch: elpa/anzu
commit c3248337563bf712f7fccfe0ef34bf5d30ecc594
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 3 +++
anzu.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 8839b67a7d..48a5ddabc5 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.21 2013/11/05 syohex
+ - Fix different behavior from query-replace-regexp
+
Revision 0.20 2013/11/01 syohex
- Fix case of 0 width match such as '^', '$'
- Improve replace commands(We can use \#, \1 in \,(...))
diff --git a/anzu.el b/anzu.el
index 538c1b83b6..0ce325c7cd 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.20
+;; Version: 0.21
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by