Skip to content

Commit 3dcbf18

Browse files
committed
Release 0.9.0
1 parent 9397f47 commit 3dcbf18

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 0.9.0 / 2015-06-16
6+
57
### New features
68

79
* [#1109](https://github.com/clojure-emacs/cider/issues/1061) New defcustom `cider-auto-mode`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Use the convenient plugin for defaults, either in your project's
184184
A minimal `profiles.clj` for CIDER would be:
185185

186186
```clojure
187-
{:user {:plugins [[cider/cider-nrepl "0.8.2"]]}}
187+
{:user {:plugins [[cider/cider-nrepl "0.9.0"]]}}
188188
```
189189

190190
### Using Boot
@@ -196,7 +196,7 @@ all of their projects using a `~/.boot/profile.boot` file like so:
196196
(require 'boot.repl)
197197

198198
(swap! boot.repl/*default-dependencies*
199-
concat '[[cider/cider-nrepl "0.8.2"]])
199+
concat '[[cider/cider-nrepl "0.9.0"]])
200200

201201
(swap! boot.repl/*default-middleware*
202202
conj 'cider.nrepl/cider-middleware)

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; Steve Purcell <[email protected]>
1111
;; Maintainer: Bozhidar Batsov <[email protected]>
1212
;; URL: http://www.github.com/clojure-emacs/cider
13-
;; Version: 0.9.0-cvs
13+
;; Version: 0.9.0
1414
;; Package-Requires: ((clojure-mode "4.0.0") (dash "2.4.1") (pkg-info "0.4") (emacs "24.3") (queue "0.1.1"))
1515
;; Keywords: languages, clojure, cider
1616

@@ -70,7 +70,7 @@
7070
(require 'cider-debug)
7171
(require 'tramp-sh)
7272

73-
(defvar cider-version "0.9.0-snapshot"
73+
(defvar cider-version "0.9.0"
7474
"Fallback version used when it cannot be extracted automatically.
7575
Normally it won't be used, unless `pkg-info' fails to extract the
7676
version from the CIDER package or library.")

0 commit comments

Comments
 (0)