Skip to content

Commit

Permalink
Release: v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Mar 26, 2024
1 parent 53d21d0 commit 3e108c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v1.10.0

- Add `textDocument/foldingRange` schemas.

## v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by org.clojure/tools.build
# Sat Oct 28 19:39:56 BRT 2023
version=1.9.3
# Tue Mar 26 20:40:26 BRT 2024
version=1.10.0
groupId=com.github.clojure-lsp
artifactId=lsp4clj
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>com.github.clojure-lsp</groupId>
<artifactId>lsp4clj</artifactId>
<version>1.9.3</version>
<version>1.10.0</version>
<name>lsp4clj</name>
<licenses>
<license>
Expand Down Expand Up @@ -58,6 +58,6 @@
<url>https://github.com/clojure-lsp/lsp4clj</url>
<connection>scm:git:git://github.com/clojure-lsp/lsp4clj.git</connection>
<developerConnection>scm:git:ssh://[email protected]/clojure-lsp/lsp4clj.git</developerConnection>
<tag>v1.9.3</tag>
<tag>v1.10.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion resources/LSP4CLJ_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.3
1.10.0

0 comments on commit 3e108c7

Please sign in to comment.