Skip to content

Commit dae21f8

Browse files
committed
5.16.2
1 parent 27cd085 commit dae21f8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
## 5.16.2 (2023-08-23)
6+
57
### Changes
68

79
* `clojure-find-ns`: add an option to never raise errors, returning nil instead on unparseable ns forms.

README.md

+1-1
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.15.1) if you need documentation for a
19+
the relevant git tag (e.g. [5.16.2](https://github.com/clojure-emacs/clojure-mode/tree/v5.16.2)) if you need documentation for a
2020
specific `clojure-mode` release.**
2121

2222
## Installation

clojure-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.16.1
15+
;; Version: 5.16.2
1616
;; Package-Requires: ((emacs "25.1"))
1717

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

0 commit comments

Comments
 (0)