Skip to content

Commit 6a10e17

Browse files
committed
Set release version.
1 parent 39acb14 commit 6a10e17

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [Unreleased]
1010

11+
...
12+
13+
14+
## [0.10.1] - 2020-01-04
15+
1116
### Fixed
1217
- The `pipe` command will respect configuration directly in the process working
1318
directory. Previously, it only considered parent directories.

core/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject mvxcvi/cljstyle "0.10.1-SNAPSHOT"
1+
(defproject mvxcvi/cljstyle "0.10.1"
22
:description "A library for formatting Clojure code"
33
:url "https://github.com/greglook/cljstyle"
44
:scm {:dir ".."}

tool/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject mvxcvi/cljstyle-tool "0.10.1-SNAPSHOT"
1+
(defproject mvxcvi/cljstyle-tool "0.10.1"
22
:description "An executable tool for running cljstyle."
33
:url "https://github.com/greglook/cljstyle"
44
:scm {:dir ".."}
@@ -8,7 +8,7 @@
88
:dependencies
99
[[org.clojure/clojure "1.9.0"]
1010
[org.clojure/tools.cli "0.4.2"]
11-
[mvxcvi/cljstyle "0.10.1-SNAPSHOT"]]
11+
[mvxcvi/cljstyle "0.10.1"]]
1212

1313
:main cljstyle.tool.main
1414

0 commit comments

Comments
 (0)