Skip to content

Commit 9662b6c

Browse files
committed
Release 0.2.3
1 parent ff20310 commit 9662b6c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## main (unreleased)
44

5+
## 0.2.3 (2025-03-04)
6+
57
- [#38]: Add support for `in-ns` forms in `clojure-ts-find-ns`.
68
- [#46]: Fix missing `comment-add` variable in `clojure-ts-mode-variables` mentioned in [#26]
79
- Add imenu support for `deftest` definitions.

clojure-ts-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Maintainer: Danny Freeman <[email protected]>
77
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
88
;; Keywords: languages clojure clojurescript lisp
9-
;; Version: 0.2.2
9+
;; Version: 0.2.3
1010
;; Package-Requires: ((emacs "29.1"))
1111

1212
;; This file is not part of GNU Emacs.
@@ -71,7 +71,7 @@
7171
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
7272

7373
(defconst clojure-ts-mode-version
74-
"0.2.2"
74+
"0.2.3"
7575
"The current version of `clojure-ts-mode'.")
7676

7777
(defcustom clojure-ts-comment-macro-font-lock-body nil

0 commit comments

Comments
 (0)