Skip to content

Commit

Permalink
Set release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Feb 22, 2020
1 parent 129ccc3 commit da04c9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
- Merged the `core` and `tool` projects back into one top-level project.
...


## [0.12.1] - 2020-02-22

### Added
- Added `deps.edn` to support usage from tools.deps and the `clj` CLI.
[#33](//github.com/greglook/cljstyle/pull/33)

### Changed
- Merged the `core` and `tool` projects back into one top-level project.


## [0.12.0] - 2020-02-07

Expand Down Expand Up @@ -198,7 +205,8 @@ functionality.
Legacy project release.


[Unreleased]: https://github.com/greglook/cljstyle/compare/0.12.0...HEAD
[Unreleased]: https://github.com/greglook/cljstyle/compare/0.12.1...HEAD
[0.12.1]: https://github.com/greglook/cljstyle/compare/0.12.0...0.12.1
[0.12.0]: https://github.com/greglook/cljstyle/compare/0.11.1...0.12.0
[0.11.1]: https://github.com/greglook/cljstyle/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/greglook/cljstyle/compare/0.10.1...0.11.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mvxcvi/cljstyle "0.12.1-SNAPSHOT"
(defproject mvxcvi/cljstyle "0.12.1"
:description "A tool for formatting Clojure code"
:url "https://github.com/greglook/cljstyle"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit da04c9f

Please # to comment.