diff --git a/CHANGELOG.md b/CHANGELOG.md index b8496d9..36c4f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +... + + +## [0.16.626] - 2024-01-06 + **WARNING:** this release formally deprecates the `.tar.gz` artifacts in favor of `.zip` files. Make sure you update any [integrations](doc/integrations.md) accordingly. @@ -369,7 +374,8 @@ functionality. Legacy project release. -[Unreleased]: https://github.com/greglook/cljstyle/compare/0.15.1...HEAD +[Unreleased]: https://github.com/greglook/cljstyle/compare/0.16.626...HEAD +[0.16.626]: https://github.com/greglook/cljstyle/compare/0.15.1...0.16.626 [0.15.1]: https://github.com/greglook/cljstyle/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/greglook/cljstyle/compare/0.14.0...0.15.0 [0.14.0]: https://github.com/greglook/cljstyle/compare/0.13.0...0.14.0 diff --git a/VERSION.txt b/VERSION.txt index a551051..9e3fc01 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.15.0 +0.16.626 \ No newline at end of file diff --git a/doc/integrations.md b/doc/integrations.md index ed2e7f1..a592a31 100644 --- a/doc/integrations.md +++ b/doc/integrations.md @@ -86,14 +86,14 @@ running the main namespace: :profiles {:cljstyle {:dependencies - [[mvxcvi/cljstyle "0.15.0" :exclusions [org.clojure/clojure]]]}} + [[mvxcvi/cljstyle "0.16.626" :exclusions [org.clojure/clojure]]]}} ``` Alternately, you can run it directly from the command line: ```shell lein update-in :dependencies \ - conj '[mvxcvi/cljstyle "0.15.0" :exclusions [org.clojure/clojure]]' \ + conj '[mvxcvi/cljstyle "0.16.626" :exclusions [org.clojure/clojure]]' \ -- run -m cljstyle.main \ check ``` @@ -105,7 +105,7 @@ If you would like to use `cljstyle` without installing the binary, you can run it directly with `clj`: ```shell -clj -Sdeps '{:deps {mvxcvi/cljstyle {:mvn/version "0.15.0"}}}' \ +clj -Sdeps '{:deps {mvxcvi/cljstyle {:mvn/version "0.16.626"}}}' \ -M -m cljstyle.main \ check ``` @@ -124,7 +124,7 @@ style: - run: name: Install cljstyle environment: - CLJSTYLE_VERSION: 0.15.0 + CLJSTYLE_VERSION: 0.16.626 CLJSTYLE_PLATFORM: linux_amd64 command: | wget https://github.com/greglook/cljstyle/releases/download/${CLJSTYLE_VERSION}/cljstyle_${CLJSTYLE_VERSION}_${CLJSTYLE_PLATFORM}.zip