branch: elpa/anzu
commit 3dbd22ff4427863700483c9f00f9569c317f5c6e
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 f30279f5d9..482bac0520 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.23 2013/11/08 syohex
+ - Add 'anzu-replace-to-string-separator' for separator of 'to' string
+
Revision 0.22 2013/11/06 syohex
- Fix issue when using isearch-repeat-{forward,backward}
diff --git a/anzu.el b/anzu.el
index d2e4531b53..d79f980100 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.22
+;; Version: 0.23
;; 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