Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2b850b6

Browse filesBrowse files
committed
Release: 2025.01.22-23.28.23
1 parent bc8d87d commit 2b850b6
Copy full SHA for 2b850b6

File tree

Expand file treeCollapse file tree

6 files changed

+25
-13
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+25
-13
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2025.01.22-23.28.23
6+
57
- General
68
- Bump clj-kondo to `2025.01.16`
79
- Bump lsp4clj to `1.11.0`.

‎cli/pom.properties

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by org.clojure/tools.build
2-
# Fri Nov 08 14:49:47 GMT-03:00 2024
3-
version=2024.11.08-17.49.29
2+
# Wed Jan 22 20:28:35 GMT-03:00 2025
3+
version=2025.01.22-23.28.23
44
groupId=com.github.clojure-lsp
55
artifactId=clojure-lsp-server

‎cli/pom.xml

Copy file name to clipboardExpand all lines: cli/pom.xml
+9-4Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packaging>jar</packaging>
55
<groupId>com.github.clojure-lsp</groupId>
66
<artifactId>clojure-lsp-server</artifactId>
7-
<version>2024.11.08-17.49.29</version>
7+
<version>2025.01.22-23.28.23</version>
88
<name>clojure-lsp-server</name>
99
<licenses>
1010
<license>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.github.clojure-lsp</groupId>
3434
<artifactId>lsp4clj</artifactId>
35-
<version>1.10.0</version>
35+
<version>1.11.0</version>
3636
<exclusions>
3737
<exclusion>
3838
<groupId>funcool</groupId>
@@ -50,10 +50,15 @@
5050
<artifactId>rewrite-clj</artifactId>
5151
<version>1.1.48</version>
5252
</dependency>
53+
<dependency>
54+
<groupId>io.forward</groupId>
55+
<artifactId>semver</artifactId>
56+
<version>0.1.0</version>
57+
</dependency>
5358
<dependency>
5459
<groupId>clj-kondo</groupId>
5560
<artifactId>clj-kondo</artifactId>
56-
<version>2024.09.28-20240930.094425-2</version>
61+
<version>2025.01.16</version>
5762
</dependency>
5863
<dependency>
5964
<groupId>dev.weavejester</groupId>
@@ -158,6 +163,6 @@
158163
<url>https://github.com/clojure-lsp/clojure-lsp</url>
159164
<connection>scm:git:git://github.com/clojure-lsp/clojure-lsp.git</connection>
160165
<developerConnection>scm:git:ssh://git@github.com/clojure-lsp/clojure-lsp.git</developerConnection>
161-
<tag>2024.11.08-17.49.29</tag>
166+
<tag>2025.01.22-23.28.23</tag>
162167
</scm>
163168
</project>

‎lib/pom.properties

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by org.clojure/tools.build
2-
# Fri Nov 08 14:49:42 GMT-03:00 2024
3-
version=2024.11.08-17.49.29
2+
# Wed Jan 22 20:28:31 GMT-03:00 2025
3+
version=2025.01.22-23.28.23
44
groupId=com.github.clojure-lsp
55
artifactId=clojure-lsp

‎lib/pom.xml

Copy file name to clipboardExpand all lines: lib/pom.xml
+9-4Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packaging>jar</packaging>
55
<groupId>com.github.clojure-lsp</groupId>
66
<artifactId>clojure-lsp</artifactId>
7-
<version>2024.11.08-17.49.29</version>
7+
<version>2025.01.22-23.28.23</version>
88
<name>clojure-lsp</name>
99
<licenses>
1010
<license>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.github.clojure-lsp</groupId>
3434
<artifactId>lsp4clj</artifactId>
35-
<version>1.10.0</version>
35+
<version>1.11.0</version>
3636
<exclusions>
3737
<exclusion>
3838
<groupId>funcool</groupId>
@@ -45,10 +45,15 @@
4545
<artifactId>rewrite-clj</artifactId>
4646
<version>1.1.48</version>
4747
</dependency>
48+
<dependency>
49+
<groupId>io.forward</groupId>
50+
<artifactId>semver</artifactId>
51+
<version>0.1.0</version>
52+
</dependency>
4853
<dependency>
4954
<groupId>clj-kondo</groupId>
5055
<artifactId>clj-kondo</artifactId>
51-
<version>2024.09.28-20240930.094425-2</version>
56+
<version>2025.01.16</version>
5257
</dependency>
5358
<dependency>
5459
<groupId>dev.weavejester</groupId>
@@ -130,6 +135,6 @@
130135
<url>https://github.com/clojure-lsp/clojure-lsp</url>
131136
<connection>scm:git:git://github.com/clojure-lsp/clojure-lsp.git</connection>
132137
<developerConnection>scm:git:ssh://git@github.com/clojure-lsp/clojure-lsp.git</developerConnection>
133-
<tag>2024.11.08-17.49.29</tag>
138+
<tag>2025.01.22-23.28.23</tag>
134139
</scm>
135140
</project>

‎lib/resources/CLOJURE_LSP_VERSION

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.11.08-17.49.29
1+
2025.01.22-23.28.23

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.