From 93bb1c5a2a4699063e4f2ac7e585f5cab5dd52c1 Mon Sep 17 00:00:00 2001 From: vemv Date: Tue, 19 Jul 2022 19:19:13 +0200 Subject: [PATCH] v5.15.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 2d559620..c3418f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 5.15.0 (2022-07-19) + ### Changes * [#622](https://github.com/clojure-emacs/clojure-mode/issues/622): Add font locking for missing clojure.core macros diff --git a/README.md b/README.md index 866a5163..a3999b21 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.14.0) if you need documentation for a +the relevant git tag (e.g. 5.15.0) if you need documentation for a specific `clojure-mode` release.** ## Installation diff --git a/clojure-mode.el b/clojure-mode.el index d752add4..0f439786 100644 --- a/clojure-mode.el +++ b/clojure-mode.el @@ -12,7 +12,7 @@ ;; Maintainer: Bozhidar Batsov ;; URL: http://github.com/clojure-emacs/clojure-mode ;; Keywords: languages clojure clojurescript lisp -;; Version: 5.14.0 +;; Version: 5.15.0 ;; Package-Requires: ((emacs "25.1")) ;; This file is not part of GNU Emacs.