From 525fc1b131b1fc537aa82d83d9eb2ea833cface6 Mon Sep 17 00:00:00 2001 From: vemv Date: Wed, 18 Oct 2023 11:22:31 +0200 Subject: [PATCH] 5.18.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- clojure-mode.el | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6354522e..204db20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 5.18.0 (2023-10-18) + ### Changes * [cider#2903](https://github.com/clojure-emacs/cider/issues/2903): Avoid `No comment syntax is defined` prompts. diff --git a/README.md b/README.md index a67b5d3b..e029765e 100644 --- a/README.md +++ b/README.md @@ -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.17.1](https://github.com/clojure-emacs/clojure-mode/tree/v5.17.1)) if you need documentation for a +the relevant git tag (e.g. [5.18.0](https://github.com/clojure-emacs/clojure-mode/tree/v5.18.0)) if you need documentation for a specific `clojure-mode` release.** ## Installation diff --git a/clojure-mode.el b/clojure-mode.el index 5217c8b3..8dda5553 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -12,7 +12,7 @@ ;; Maintainer: Bozhidar Batsov ;; URL: https://github.com/clojure-emacs/clojure-mode ;; Keywords: languages clojure clojurescript lisp -;; Version: 5.17.1 +;; Version: 5.18.0 ;; Package-Requires: ((emacs "25.1")) ;; This file is not part of GNU Emacs.