Skip to content

Commit

Permalink
5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Mar 7, 2022
1 parent 4a0b598 commit b7d08b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 5.14.0 (2022-03-07)

### New features

* Allow additional directories, beyond the default `clj[sc]`, to be correctly formulated by `clojure-expected-ns` via new `defcustom` entitled `clojure-directory-prefixes`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ highlighting), indentation, navigation and refactoring support for the
**This documentation tracks the `master` branch of `clojure-mode`. 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. 5.1.0) if you need documentation for a
the relevant git tag (e.g. 5.14.0) if you need documentation for a
specific `clojure-mode` release.**

## Installation
Expand Down Expand Up @@ -126,7 +126,7 @@ The indentation of function forms is configured by the variable
2)
```

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

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

## License

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

Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to view it.
Expand Down
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; clojure-mode.el --- Major mode for Clojure code -*- lexical-binding: t; -*-

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

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit b7d08b8

Please sign in to comment.