Skip to content

Commit

Permalink
v2023.05.26
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed May 26, 2023
1 parent 3d1ff71 commit dcc0cc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For a list of breaking changes, check [here](#breaking-changes).
<!-- - [ ] update clj-kondo-bb -->
<!-- - [ ] update carve -->

## Unreleased
## 2023.05.26

- [#2083](https://github.com/clj-kondo/clj-kondo/issues/2083): fix regression with `:missing-test-assertion` introduced in 2023.05.18
- [#2084](https://github.com/clj-kondo/clj-kondo/issues/2084): add `:refers` to `:refer-all` finding
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; To change dependencies, update deps.edn and run script/update-project.clj.
;; To change other things, edit project.template.clj and run script/update-project.clj.

(defproject clj-kondo "2023.05.19-SNAPSHOT"
(defproject clj-kondo "2023.05.26"
:description "A linter for Clojure that sparks joy."
:url "https://github.com/clj-kondo/clj-kondo"
:scm {:name "git"
Expand Down
2 changes: 1 addition & 1 deletion resources/CLJ_KONDO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.05.19-SNAPSHOT
2023.05.26

0 comments on commit dcc0cc4

Please sign in to comment.