Skip to content

Commit 27da9a6

Browse files
committed
Release 0.3
1 parent cae705d commit 27da9a6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

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

33
## main (unreleased)
44

5+
## 0.3.0 (2025-04-15)
6+
57
- [#62](https://github.com/clojure-emacs/clojure-ts-mode/issues/62): Define `list` "thing" to improve navigation in Emacs 31.
68
- [#64](https://github.com/clojure-emacs/clojure-ts-mode/pull/64): Add defcustom `clojure-ts-auto-remap` to control remapping of `clojure-mode` buffers.
79
- [#66](https://github.com/clojure-emacs/clojure-ts-mode/pull/66): Improve syntax highlighting:

Diff for: clojure-ts-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Maintainer: Bozhidar Batsov <[email protected]>
88
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
99
;; Keywords: languages clojure clojurescript lisp
10-
;; Version: 0.3.0-snapshot
10+
;; Version: 0.3.0
1111
;; Package-Requires: ((emacs "30.1"))
1212

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

7474
(defconst clojure-ts-mode-version
75-
"0.3.0-snapshot"
75+
"0.3.0"
7676
"The current version of `clojure-ts-mode'.")
7777

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

0 commit comments

Comments
 (0)