From da04c9f4b2167749918bd8bea4e3fd0f3bd5e2ed Mon Sep 17 00:00:00 2001 From: Greg Look Date: Sat, 22 Feb 2020 02:24:37 -0800 Subject: [PATCH] Set release version. --- CHANGELOG.md | 14 +++++++++++--- project.clj | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4358fe..a128317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/project.clj b/project.clj index 53da8cc..196a22c 100644 --- a/project.clj +++ b/project.clj @@ -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"