Skip to content

Commit

Permalink
5.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Aug 23, 2023
1 parent 27cd085 commit dae21f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.16.2 (2023-08-23)

### Changes

* `clojure-find-ns`: add an option to never raise errors, returning nil instead on unparseable ns forms.
Expand Down
2 changes: 1 addition & 1 deletion 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.15.1) if you need documentation for a
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
specific `clojure-mode` release.**

## Installation
Expand Down
2 changes: 1 addition & 1 deletion clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
;; URL: http://github.com/clojure-emacs/clojure-mode
;; Keywords: languages clojure clojurescript lisp
;; Version: 5.16.1
;; Version: 5.16.2
;; Package-Requires: ((emacs "25.1"))

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

0 comments on commit dae21f8

Please sign in to comment.