Skip to content

Commit

Permalink
v2021.04.23
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 23, 2021
1 parent f16975b commit 573c30b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

For a list of breaking changes, check [here](#breaking-changes).

## Unreleased
## 2021.04.23

### New

Expand Down
4 changes: 3 additions & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
#_{:local/root "../gh-release-artifact"}
{:git/url "https://github.com/borkdude/gh-release-artifact"
:sha "2f8898d84126a4e922c490f8614211a8b0cf67cd"}}
:tasks {release-artifact clj-kondo.release-artifact/release}}
:tasks {bump-release (shell "script/bump-version release")
bump-post-release (shell "script/bump-version post-release")
release-artifact clj-kondo.release-artifact/release}}
8 changes: 4 additions & 4 deletions 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 "2021.04.01-SNAPSHOT"
(defproject clj-kondo "2021.04.23"
:description "A linter for Clojure that sparks joy."
:url "https://github.com/clj-kondo/clj-kondo"
:scm {:name "git"
Expand All @@ -20,11 +20,11 @@
:clojure-1.10.2 {:dependencies [[org.clojure/clojure "1.10.2"]]}
:test {:dependencies [[org.clojure/clojurescript "1.10.773"]
[clj-commons/conch "0.9.2"]
[org.clojure/tools.deps.alpha "0.11.905"]
[jonase/eastwood "0.3.14"]
[borkdude/missing.test.assertions "0.0.2"]
[babashka/fs "0.0.3"]
[babashka/process "0.0.2"]
[org.clojure/tools.deps.alpha "0.11.905"]]
[borkdude/missing.test.assertions "0.0.2"]
[babashka/fs "0.0.3"]]
:source-paths ["src" "parser" "inlined" "extract"]}
:uberjar {:global-vars {*assert* false}
:jvm-opts ["-Dclojure.compiler.direct-linking=true"
Expand Down
2 changes: 1 addition & 1 deletion resources/CLJ_KONDO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.04.01-SNAPSHOT
2021.04.23

0 comments on commit 573c30b

Please sign in to comment.