File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## main (unreleased)
4
4
5
+ ## 0.5.1 (2025-06-17)
6
+
5
7
- [ #109 ] ( https://github.com/clojure-emacs/clojure-ts-mode/issues/109 ) : Improve performance by pre-compiling Tree-sitter queries.
6
- - [ #111 ] ( https://github.com/clojure-emacs/clojure-ts-mode/pull/111 ) : Set ` clojure-ts-completion-at-point-function ` only for ` clojure-ts-mode `
7
- buffers.
8
+ - [ #111 ] ( https://github.com/clojure-emacs/clojure-ts-mode/pull/111 ) : Set ` clojure-ts-completion-at-point-function ` only for ` clojure-ts-mode ` buffers.
8
9
9
10
## 0.5.0 (2025-06-04)
10
11
Original file line number Diff line number Diff line change 7
7
; ; Maintainer: Bozhidar Batsov <[email protected] >
8
8
; ; URL: http://github.com/clojure-emacs/clojure-ts-mode
9
9
; ; Keywords: languages clojure clojurescript lisp
10
- ; ; Version: 0.6.0-snapshot
10
+ ; ; Version: 0.5.1
11
11
; ; Package-Requires: ((emacs "30.1"))
12
12
13
13
; ; This file is not part of GNU Emacs.
74
74
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
75
75
76
76
(defconst clojure-ts-mode-version
77
- " 0.6.0-snapshot "
77
+ " 0.5.1 "
78
78
" The current version of `clojure-ts-mode' ." )
79
79
80
80
(defcustom clojure-ts-comment-macro-font-lock-body nil
You can’t perform that action at this time.
0 commit comments