diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb7eb2..3b440a3 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.17.1 - 2024-09-20 + ### Fixed - Autocorrect skips quoted forms. diff --git a/README.md b/README.md index c0077a6..cdb2a18 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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.17.0"} +:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.17.1"} org.clojure/clojure {:mvn/version "1.11.1"}} :main-opts ["-m" "noahtheduke.splint"]}} ``` @@ -33,7 +33,7 @@ Run with `clojure -M:splint [args...]`. Add this to `project.clj`: ```clojure -:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.17.0"] +:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.17.1"] [org.clojure/clojure "1.11.1"]]}} :aliases {"splint" ["run" "-m" "noahtheduke.splint"]}) ``` diff --git a/docs/installation.md b/docs/installation.md index 18a7ecb..c44169d 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.17.0"} +:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.17.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.17.0"] +:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.17.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.17.0", + :tag "v1.17.1", :sha "..."}, :lib io.github.noahtheduke/splint} ``` diff --git a/docs/usage.md b/docs/usage.md index 9d7e087..70a1c76 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -2,7 +2,7 @@ ```text $ clojure -M:splint --help -splint v1.17.0 +splint v1.17.1 Usage: splint [options] diff --git a/resources/SPLINT_VERSION b/resources/SPLINT_VERSION index 092afa1..511a76e 100644 --- a/resources/SPLINT_VERSION +++ b/resources/SPLINT_VERSION @@ -1 +1 @@ -1.17.0 +1.17.1