From c83f661b9e9d3009c29ff70ef8d1beac3d103f9f Mon Sep 17 00:00:00 2001 From: Noah Bogart Date: Mon, 6 May 2024 11:27:53 -0400 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 2 ++ README.md | 4 ++-- docs/installation.md | 6 +++--- resources/SPLINT_VERSION | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da20a34c..2f3b29fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This changelog is loose. Versions are not semantic, they are incremental. Splint ## Unreleased +## 1.15.1 - 2024-05-06 + ### Changed - Updated all rules examples to use "avoid" and "prefer" instead of "bad" and "good". This aligns closer with Splint's perspective on the issues found. diff --git a/README.md b/README.md index 26384503..f16ea363 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ More explicit instructions can be found in the [installation][installation], [us ### Clojure CLI ```clojure -:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.15.0"} +:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.15.1"} org.clojure/clojure {:mvn/version "1.11.1"}} :main-opts ["-m" "noahtheduke.splint"]}} ``` @@ -32,7 +32,7 @@ Run with `clojure -M:splint [args...]`. Add this to `project.clj`: ```clojure -:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.15.0"] +:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.15.1"] [org.clojure/clojure "1.11.1"]]}} :aliases {"splint" ["run" "-m" "noahtheduke.splint"]}) ``` diff --git a/docs/installation.md b/docs/installation.md index 16ea9f1b..093b23e0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -5,7 +5,7 @@ When used in a project as a library, put it in an alias to make it easier to inv ## Clojure CLI ```clojure -:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.15.0"} +:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.15.1"} org.clojure/clojure {:mvn/version "1.11.1"}} :main-opts ["-m" "noahtheduke.splint"]}} ``` @@ -17,7 +17,7 @@ Run with `clojure -M:splint [args...]`. Add this to `project.clj`: ```clojure -:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.15.0"] +:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.15.1"] [org.clojure/clojure "1.11.1"]]}} :aliases {"splint" ["run" "-m" "noahtheduke.splint"]} ``` @@ -34,7 +34,7 @@ In the meantime, it runs fast on babashka and can be installed using `bbin`: $ bbin install io.github.noahtheduke/splint {:coords #:git{:url "https://github.com/noahtheduke/splint", - :tag "v1.15.0", + :tag "v1.15.1", :sha "..."}, :lib io.github.noahtheduke/splint} ``` diff --git a/resources/SPLINT_VERSION b/resources/SPLINT_VERSION index 141f2e80..ace44233 100644 --- a/resources/SPLINT_VERSION +++ b/resources/SPLINT_VERSION @@ -1 +1 @@ -1.15.0 +1.15.1