Skip to content

Commit b7d08b8

Browse files
committed
5.14.0
1 parent 4a0b598 commit b7d08b8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 5.14.0 (2022-03-07)
6+
57
### New features
68

79
* Allow additional directories, beyond the default `clj[sc]`, to be correctly formulated by `clojure-expected-ns` via new `defcustom` entitled `clojure-directory-prefixes`

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ highlighting), indentation, navigation and refactoring support for the
1616
**This documentation tracks the `master` branch of `clojure-mode`. Some of
1717
the features and settings discussed here might not be available in
1818
older releases (including the current stable release). Please, consult
19-
the relevant git tag (e.g. 5.1.0) if you need documentation for a
19+
the relevant git tag (e.g. 5.14.0) if you need documentation for a
2020
specific `clojure-mode` release.**
2121

2222
## Installation
@@ -126,7 +126,7 @@ The indentation of function forms is configured by the variable
126126
2)
127127
```
128128

129-
**Note:** Prior to clojure-mode 5.10 the configuration options for `clojure-indent-style` used to be
129+
**Note:** Prior to clojure-mode 5.10, the configuration options for `clojure-indent-style` used to be
130130
keywords, but now they are symbols. Keywords will still be supported at least until clojure-mode 6.
131131

132132
#### Indentation of macro forms
@@ -559,7 +559,7 @@ An extensive changelog is available [here](CHANGELOG.md).
559559

560560
## License
561561

562-
Copyright © 2007-2021 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
562+
Copyright © 2007-2022 Jeffrey Chu, Lennart Staflin, Phil Hagelberg, Bozhidar
563563
Batsov, Artur Malabarba, Magnar Sveen and [contributors][].
564564

565565
Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it.

clojure-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; clojure-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*-
22

33
;; Copyright © 2007-2013 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
4-
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba, Magnar Sveen
4+
;; Copyright © 2013-2022 Bozhidar Batsov, Artur Malabarba, Magnar Sveen
55
;;
66
;; Authors: Jeffrey Chu <[email protected]>
77
;; Lennart Staflin <[email protected]>
@@ -12,7 +12,7 @@
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: http://github.com/clojure-emacs/clojure-mode
1414
;; Keywords: languages clojure clojurescript lisp
15-
;; Version: 5.13.0
15+
;; Version: 5.14.0
1616
;; Package-Requires: ((emacs "25.1"))
1717

1818
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)