branch: elpa/anzu
commit 6fded24b366efc4cf27166104c1928f7d1fedaa7
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 559621e7c4..60903a60b6 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.59 2015/10/15 syohex
+ - Fix replacement around region issue(#63 Thanks akicho8)
+
Revision 0.58 2015/10/09 syohex
- Fix byte-compile warning(#63 Thanks tarsius)
diff --git a/anzu.el b/anzu.el
index dc31378a24..f091ce4355 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.58
+;; Version: 0.59
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify