Skip to content

Commit 16389c8

Browse files
committed
Release CIDER 0.11 (Bulgaria)
Today Bulgarians celebrate Liberty Day and the rest of the world will celebrate the release of CIDER 0.11! :-)
1 parent 973ba34 commit 16389c8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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.11.0 / 2016-03-03
6+
57
### New features
68

79
* [#1545](https://github.com/clojure-emacs/cider/pull/1545): New feature: Enlighten. See the new Readme section for more information.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you like the project, please consider [supporting its ongoing development](#d
2828
**This documentation tracks the `master` branch of CIDER. Some of
2929
the features and settings discussed here might not be available in
3030
older releases (including the current stable release). Please, consult
31-
the relevant git tag (e.g. v0.10.2) if you need documentation for a
31+
the relevant git tag (e.g. v0.11.0) if you need documentation for a
3232
specific CIDER release.**
3333

3434
***
@@ -248,7 +248,7 @@ Use the convenient plugin for defaults, either in your project's
248248
A minimal `profiles.clj` for CIDER would be:
249249

250250
```clojure
251-
{:repl {:plugins [[cider/cider-nrepl "0.10.2"]]}}
251+
{:repl {:plugins [[cider/cider-nrepl "0.11.0"]]}}
252252
```
253253

254254
**Be careful not to place this in the `:user` profile, as this way CIDER's
@@ -264,7 +264,7 @@ all of their projects using a `~/.boot/profile.boot` file like so:
264264
(require 'boot.repl)
265265

266266
(swap! boot.repl/*default-dependencies*
267-
concat '[[cider/cider-nrepl "0.10.2"]])
267+
concat '[[cider/cider-nrepl "0.11.0"]])
268268

269269
(swap! boot.repl/*default-middleware*
270270
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.11.0-cvs
13+
;; Version: 0.11.0
1414
;; Package-Requires: ((emacs "24.3") (clojure-mode "5.2.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.7") (seq "1.9"))
1515
;; Keywords: languages, clojure, cider
1616

@@ -86,7 +86,7 @@ project inference will take place."
8686

8787
(require 'seq)
8888

89-
(defconst cider-version "0.11.0-snapshot"
89+
(defconst cider-version "0.11.0"
9090
"Fallback version used when it cannot be extracted automatically.
9191
Normally it won't be used, unless `pkg-info' fails to extract the
9292
version from the CIDER package or library.")

0 commit comments

Comments
 (0)