Skip to content

Commit

Permalink
Set release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Dec 25, 2019
1 parent 7d37664 commit accd8ea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion 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.0] - 2019-12-25

### Added
- The `:list-indent-size` configuration option allows the default indentation
amount for lists to be adjusted.
Expand All @@ -23,6 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#20](//github.com/greglook/cljstyle/issues/20)
[#23](//github.com/greglook/cljstyle/pull/23)


## [0.9.0] - 2019-10-13

The biggest change in this release is renaming the project to `cljstyle` to
Expand Down Expand Up @@ -50,6 +56,7 @@ better differentiate it from the original `cljfmt`.
[#15](//github.com/greglook/cljstyle/issues/15)
- Completion logic for zshell in [`completion.zsh`](util/completion.zsh).


## [0.8.3] - 2019-10-08

### Fixed
Expand Down Expand Up @@ -134,7 +141,8 @@ functionality.
Legacy project release.


[Unreleased]: https://github.com/greglook/cljstyle/compare/0.9.0...HEAD
[Unreleased]: https://github.com/greglook/cljstyle/compare/0.10.0...HEAD
[0.10.0]: https://github.com/greglook/cljstyle/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/greglook/cljstyle/compare/0.8.3...0.9.0
[0.8.3]: https://github.com/greglook/cljstyle/compare/0.8.2...0.8.3
[0.8.2]: https://github.com/greglook/cljstyle/compare/0.8.1...0.8.2
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.9.1-SNAPSHOT"
(defproject mvxcvi/cljstyle "0.10.0"
: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.9.1-SNAPSHOT"
(defproject mvxcvi/cljstyle-tool "0.10.0"
: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.9.1-SNAPSHOT"]]
[mvxcvi/cljstyle "0.10.0"]]

:main cljstyle.tool.main

Expand Down

0 comments on commit accd8ea

Please # to comment.