Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 17, 2023
1 parent 67760a7 commit 494909f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- id: clj-kondo-docker
name: clj-kondo (via docker)
description: '`clj-kondo` is a command-line utility for enforcing style consistency across Clojure projects.'
entry: cljkondo/clj-kondo:2023.01.20
entry: cljkondo/clj-kondo:2023.02.17
args: [clj-kondo, --lint]
language: docker_image
types: [clojure]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ For a list of breaking changes, check [here](#breaking-changes).
<!-- - [ ] update clj-kondo-bb -->
<!-- - [ ] update carve -->

## Unreleased

...

## 2023.02.17

- [#1976](https://github.com/clj-kondo/clj-kondo/issues/1976): warn about using multiple bindings after varargs (`&`) symbol in fn syntax
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.02.17"
(defproject clj-kondo "2023.02.18-SNAPSHOT"
: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_RELEASED_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.01.20
2023.02.17
2 changes: 1 addition & 1 deletion resources/CLJ_KONDO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.02.17
2023.02.18-SNAPSHOT

0 comments on commit 494909f

Please sign in to comment.