Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Sep 20, 2024
1 parent 13650a1 commit dd6e172
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}}
```
Expand All @@ -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"]})
```
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}}
```
Expand All @@ -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"]}
```
Expand All @@ -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}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```text
$ clojure -M:splint --help
splint v1.17.0
splint v1.17.1
Usage:
splint [options]
Expand Down
2 changes: 1 addition & 1 deletion resources/SPLINT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.0
1.17.1

0 comments on commit dd6e172

Please sign in to comment.