aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-03-29 10:06:18 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-03-29 10:06:18 +0300
commit479c03642ffe50dfd88770ac55587f44c6c3c500 (patch)
treef640e078922cc092f745f7cabc46e0cc52130835
parenta6a800263beaa765bcaec8653a4d74e2e8dbd716 (diff)
Release 0.12v0.12.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--helm-projectile.el4
-rw-r--r--projectile.el2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69061cb..eaf4984 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## master (unreleased)
+## 0.12.0 (03/29/2015)
+
### New features
* Replace Helm equivalent commands in `projectile-commander` when using Helm.
diff --git a/helm-projectile.el b/helm-projectile.el
index efa47fe..d8404a8 100644
--- a/helm-projectile.el
+++ b/helm-projectile.el
@@ -6,8 +6,8 @@
;; URL: https://github.com/bbatsov/projectile
;; Created: 2011-31-07
;; Keywords: project, convenience
-;; Version: 0.11.0
-;; Package-Requires: ((helm "1.4.0") (projectile "0.11.0") (dash "1.5.0") (cl-lib "0.3"))
+;; Version: 0.12.0
+;; Package-Requires: ((helm "1.4.0") (projectile "0.12.0") (dash "1.5.0") (cl-lib "0.3"))
;; This file is NOT part of GNU Emacs.
diff --git a/projectile.el b/projectile.el
index 2f68dd1..88b9124 100644
--- a/projectile.el
+++ b/projectile.el
@@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
-;; Version: 0.11.0
+;; Version: 0.12.0
;; Package-Requires: ((dash "1.5.0") (pkg-info "0.4"))
;; This file is NOT part of GNU Emacs.