Skip to content

Commit

Permalink
Release: 2021.07.28-14.24.06
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Jul 28, 2021
1 parent 14dd4d2 commit bb1af97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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

## 2021.07.28-14.24.06

- General
- Minor fix on the analysis queries comparison.
- Improve GraalVM configuration to use direct/less configurations.
Expand Down
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>clojure-lsp</artifactId>
<version>2021.07.19-14.46.52</version>
<version>2021.07.28-14.24.06</version>
<name>clojure-lsp</name>
<dependencies>
<dependency>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>clj-kondo</groupId>
<artifactId>clj-kondo</artifactId>
<version>2021.06.18</version>
<version>2021.07.28</version>
</dependency>
<dependency>
<groupId>com.googlecode.java-diff-utils</groupId>
Expand Down
2 changes: 1 addition & 1 deletion resources/CLOJURE_LSP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.07.19-14.46.52
2021.07.28-14.24.06

0 comments on commit bb1af97

Please sign in to comment.