Skip to content

Commit

Permalink
Release CIDER 1.1 ("Plovdiv")
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 22, 2021
1 parent b061e80 commit b27daf2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 1.1.0 (2021-04-22)

### New features

* [#2930](https://github.com/clojure-emacs/cider/issues/2930): Add new customization variable `cider-test-default-include-selectors` and `cider-test-default-exclude-selectors` for specifying default test selectors when running commands such as `cider-test-run-ns-tests`.
Expand Down
4 changes: 2 additions & 2 deletions cider.el
Expand Up @@ -11,7 +11,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 1.1.0-snapshot
;; Version: 1.1.0
;; 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"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -92,7 +92,7 @@
(require 'seq)
(require 'sesman)

(defconst cider-version "1.1.0-snapshot"
(defconst cider-version "1.1.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
2 changes: 1 addition & 1 deletion doc/antora.yml
@@ -1,5 +1,5 @@
name: cider
title: CIDER
version: "master"
version: "1.1.0"
nav:
- modules/ROOT/nav.adoc

0 comments on commit b27daf2

Please sign in to comment.