Skip to content

Commit

Permalink
Release CIDER 1.5 ("Strasbourg")
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 24, 2022
1 parent 73fe091 commit 700ded1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 1.5.0 (2022-08-24)

### New features

- [#3226](https://github.com/clojure-emacs/cider/pull/3226): Populate completions metadata, making it possible to change the style of completion via `completion-category-override` or `completion-category-defaults`.
Expand Down
6 changes: 3 additions & 3 deletions cider.el
Expand Up @@ -11,7 +11,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 1.5.0-snapshot
;; Version: 1.5.0
;; Package-Requires: ((emacs "26") (clojure-mode "5.15.1") (parseedn "1.0.6") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -92,10 +92,10 @@
(require 'sesman)
(require 'package)

(defconst cider-version "1.5.0-snapshot"
(defconst cider-version "1.5.0"
"The current version of CIDER.")

(defconst cider-codename "Kyiv"
(defconst cider-codename "Strasbourg"
"Codename used to denote stable releases.")

(defcustom cider-lein-command
Expand Down
2 changes: 1 addition & 1 deletion doc/antora.yml
Expand Up @@ -2,6 +2,6 @@ name: cider
title: CIDER
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
version: 1.5
nav:
- modules/ROOT/nav.adoc

0 comments on commit 700ded1

Please sign in to comment.