Skip to content

Commit 140b062

Browse files
committed
Release CIDER 1.0 ("Sofia")
1 parent b6bc3bc commit 140b062

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
## 1.0.0 (2020-28-12)
6+
57
### New features
68

79
* [#2909](https://github.com/clojure-emacs/cider/issues/2909): Add new customization variable `cider-inspector-auto-select-buffer` to control the auto selection of the inspector buffer.
@@ -11,12 +13,12 @@
1113

1214
* Fix broken links to the docs in REPL warnings (the REPL links included the full CIDER version, but the docs URLs are without the patch version).
1315
* [#2916](https://github.com/clojure-emacs/cider/issues/2916): Fix ordering of dependencies, global-opts and params for Clojure CLI projects when calling `cider-jack-in`.
14-
* [#2929](https://github.com/clojure-emacs/cider/issues/2929): Fix handling of reader tags or metadata when calling `cider-eval-last-sexp-and-replace`
16+
* [#2929](https://github.com/clojure-emacs/cider/issues/2929): Fix handling of reader tags or metadata when calling `cider-eval-last-sexp-and-replace`.
1517

1618
### Changes
1719

1820
* Bump the injected nREPL version to 0.8.3.
19-
* Bump the injected `cider-nrepl` version to `0.25.5`.
21+
* Bump the injected `cider-nrepl` version to 0.25.5.
2022
* Bump the injected Piggieback version to 0.5.2. See [this issue](https://github.com/nrepl/piggieback/issues/118) for details.
2123
* [#2897](https://github.com/clojure-emacs/cider/pull/2897): Translate paths from CIDER to nREPL and vice-versa.
2224
* Set `cider-prompt-for-symbol` to `nil` by default.

cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: http://www.github.com/clojure-emacs/cider
14-
;; Version: 1.0.0-snapshot
14+
;; Version: 1.0.0
1515
;; Package-Requires: ((emacs "25") (clojure-mode "5.12") (parseedn "0.2") (pkg-info "0.4") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -92,12 +92,12 @@
9292
(require 'seq)
9393
(require 'sesman)
9494

95-
(defconst cider-version "1.0.0-snapshot"
95+
(defconst cider-version "1.0.0"
9696
"Fallback version used when it cannot be extracted automatically.
9797
Normally it won't be used, unless `pkg-info' fails to extract the
9898
version from the CIDER package or library.")
9999

100-
(defconst cider-codename "Nesebar"
100+
(defconst cider-codename "Sofia"
101101
"Codename used to denote stable releases.")
102102

103103
(defcustom cider-lein-command

doc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cider
22
title: CIDER
3-
version: master
3+
version: "1.0"
44
nav:
55
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)