Skip to content

Commit dd6e172

Browse files
committed
Bump version for release
1 parent 13650a1 commit dd6e172

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This changelog is loose. Versions are not semantic, they are incremental. Splint
44

55
## Unreleased
66

7+
## 1.17.1 - 2024-09-20
8+
79
### Fixed
810

911
- Autocorrect skips quoted forms.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ More explicit instructions can be found in the [installation][installation], [us
2121
### Clojure CLI
2222

2323
```clojure
24-
:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.17.0"}
24+
:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.17.1"}
2525
org.clojure/clojure {:mvn/version "1.11.1"}}
2626
:main-opts ["-m" "noahtheduke.splint"]}}
2727
```
@@ -33,7 +33,7 @@ Run with `clojure -M:splint [args...]`.
3333
Add this to `project.clj`:
3434

3535
```clojure
36-
:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.17.0"]
36+
:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.17.1"]
3737
[org.clojure/clojure "1.11.1"]]}}
3838
:aliases {"splint" ["run" "-m" "noahtheduke.splint"]})
3939
```

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When used in a project as a library, put it in an alias to make it easier to inv
55
## Clojure CLI
66

77
```clojure
8-
:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.17.0"}
8+
:aliases {:splint {:extra-deps {io.github.noahtheduke/splint {:mvn/version "1.17.1"}
99
org.clojure/clojure {:mvn/version "1.11.1"}}
1010
:main-opts ["-m" "noahtheduke.splint"]}}
1111
```
@@ -17,7 +17,7 @@ Run with `clojure -M:splint [args...]`.
1717
Add this to `project.clj`:
1818

1919
```clojure
20-
:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.17.0"]
20+
:profiles {:dev {:dependencies [[io.github.noahtheduke/splint "1.17.1"]
2121
[org.clojure/clojure "1.11.1"]]}}
2222
:aliases {"splint" ["run" "-m" "noahtheduke.splint"]}
2323
```
@@ -34,7 +34,7 @@ In the meantime, it runs fast on babashka and can be installed using `bbin`:
3434
$ bbin install io.github.noahtheduke/splint
3535
{:coords
3636
#:git{:url "https://github.com/noahtheduke/splint",
37-
:tag "v1.17.0",
37+
:tag "v1.17.1",
3838
:sha "..."},
3939
:lib io.github.noahtheduke/splint}
4040
```

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```text
44
$ clojure -M:splint --help
5-
splint v1.17.0
5+
splint v1.17.1
66
77
Usage:
88
splint [options]

resources/SPLINT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.0
1+
1.17.1

0 commit comments

Comments
 (0)