branch: elpa/anzu
commit 485f463a40553f25f37aa2213f50e945b08d7172
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Cask | 5 ++---
Changes | 3 +++
anzu.el | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/Cask b/Cask
index e1a238fd3c..c2bc1b7a97 100644
--- a/Cask
+++ b/Cask
@@ -1,9 +1,8 @@
(source gnu)
(source melpa)
-(package "anzu" "0.35" "Search like Chrome")
+(package "anzu" "0.36" "Search like Chrome")
(development
(depends-on "powerline")
- (depends-on "migemo")
- (depends-on "ert"))
+ (depends-on "migemo"))
diff --git a/Changes b/Changes
index 5ea12cdcda..7edf6ba1cc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.36 2014/07/04 syohex
+ - Implement replacement only specified lines
+
Revision 0.35 2014/04/23 syohex
- Change function name for maintenance
diff --git a/anzu.el b/anzu.el
index f6c7977748..a42951ec83 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.35
+;; Version: 0.36
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify