Skip to content

Commit

Permalink
Set release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Jan 5, 2020
1 parent 39acb14 commit 6a10e17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

...


## [0.10.1] - 2020-01-04

### Fixed
- The `pipe` command will respect configuration directly in the process working
directory. Previously, it only considered parent directories.
Expand Down
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mvxcvi/cljstyle "0.10.1-SNAPSHOT"
(defproject mvxcvi/cljstyle "0.10.1"
:description "A library for formatting Clojure code"
:url "https://github.com/greglook/cljstyle"
:scm {:dir ".."}
Expand Down
4 changes: 2 additions & 2 deletions tool/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mvxcvi/cljstyle-tool "0.10.1-SNAPSHOT"
(defproject mvxcvi/cljstyle-tool "0.10.1"
:description "An executable tool for running cljstyle."
:url "https://github.com/greglook/cljstyle"
:scm {:dir ".."}
Expand All @@ -8,7 +8,7 @@
:dependencies
[[org.clojure/clojure "1.9.0"]
[org.clojure/tools.cli "0.4.2"]
[mvxcvi/cljstyle "0.10.1-SNAPSHOT"]]
[mvxcvi/cljstyle "0.10.1"]]

:main cljstyle.tool.main

Expand Down

0 comments on commit 6a10e17

Please sign in to comment.