Skip to content

Commit

Permalink
Release CIDER 0.11 (Bulgaria)
Browse files Browse the repository at this point in the history
Today Bulgarians celebrate Liberty Day and the rest of the world
will celebrate the release of CIDER 0.11! :-)
  • Loading branch information
bbatsov committed Mar 3, 2016
1 parent 973ba34 commit 16389c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.11.0 / 2016-03-03

### New features

* [#1545](https://github.com/clojure-emacs/cider/pull/1545): New feature: Enlighten. See the new Readme section for more information.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -28,7 +28,7 @@ If you like the project, please consider [supporting its ongoing development](#d
**This documentation tracks the `master` branch of CIDER. Some of
the features and settings discussed here might not be available in
older releases (including the current stable release). Please, consult
the relevant git tag (e.g. v0.10.2) if you need documentation for a
the relevant git tag (e.g. v0.11.0) if you need documentation for a
specific CIDER release.**

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

```clojure
{:repl {:plugins [[cider/cider-nrepl "0.10.2"]]}}
{:repl {:plugins [[cider/cider-nrepl "0.11.0"]]}}
```

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

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

(swap! boot.repl/*default-middleware*
conj 'cider.nrepl/cider-middleware)
Expand Down
4 changes: 2 additions & 2 deletions cider.el
Expand Up @@ -10,7 +10,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 0.11.0-cvs
;; Version: 0.11.0
;; Package-Requires: ((emacs "24.3") (clojure-mode "5.2.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.7") (seq "1.9"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -86,7 +86,7 @@ project inference will take place."

(require 'seq)

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

0 comments on commit 16389c8

Please sign in to comment.