Skip to content

Commit 661c80e

Browse files
committed
5.17.1
1 parent 3e9c6d1 commit 661c80e

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.17.1 (2023-09-12)
6+
57
### Changes
68

79
* Declare indentation for the `async` ClojureScript macro.

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.17.0](https://github.com/clojure-emacs/clojure-mode/tree/v5.17.0)) if you need documentation for a
19+
the relevant git tag (e.g. [5.17.1](https://github.com/clojure-emacs/clojure-mode/tree/v5.17.1)) 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: https://github.com/clojure-emacs/clojure-mode
1414
;; Keywords: languages clojure clojurescript lisp
15-
;; Version: 5.17.0
15+
;; Version: 5.17.1
1616
;; Package-Requires: ((emacs "25.1"))
1717

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

0 commit comments

Comments
 (0)