branch: elpa/anzu
commit cdee5811bb74d0080a96dedcef00e0afdbc77e62
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 657f8dacdc..3475ece630 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.09 2013/10/19 syohex
+ - Implement 'anzu-replace-query' and 'anzu-replace-query-regexp'
+
Revision 0.08 2013/10/16 syohex
- Fix that error message is displayed when regexp validation is failed
diff --git a/anzu.el b/anzu.el
index 1aab4c130b..c90a1cd941 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.08
+;; Version: 0.09
;; 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