File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 " .." }
Original file line number Diff line number Diff line change 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 " .." }
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
You can’t perform that action at this time.
0 commit comments