Skip to content

Commit 3eb4775

Browse files
committed
Release: 2.0.4
1 parent 668c01a commit 3eb4775

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 2.0.4
6+
7+
- Bump clojure-lsp to 2025.04.23-18.16.46
8+
59
## 2.0.3
610

711
- Bump clojure-lsp to 2025.04.23-18.16.46

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Leiningen plugin to use [clojure-lsp](https://clojure-lsp.io/) features API, i
99
Add the plugin to your `project.clj`:
1010

1111
```clojure
12-
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "2.0.3"]]
12+
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "2.0.4"]]
1313
```
1414

1515
## Usage

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.github.clojure-lsp/lein-clojure-lsp "2.0.3"
1+
(defproject com.github.clojure-lsp/lein-clojure-lsp "2.0.4"
22
:description "Lein plugin to run clojure-lsp features via API."
33
:url "https://clojure-lsp.github.io/clojure-lsp"
44
:license {:name "MIT"

0 commit comments

Comments
 (0)