diff --git a/CHANGELOG.md b/CHANGELOG.md index 0011a86..2cf11e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,17 @@ All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] + +## [0.1.2] - 2019-10-23 ### Changed -- Fixed enlive/hickory :type encoding incompatibility - #2 #4 - Add clojure.walk namespace to sci environment +### Fixed +- Fixed enlive/hickory :type encoding incompatibility - #2 #4 + ## [0.1.1] - 2019-10-23 Initial release -[Unreleased]: https://github.com/retrogradeorbit/bootleg/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/retrogradeorbit/bootleg/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/retrogradeorbit/bootleg/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/retrogradeorbit/bootleg/compare/v0.1.0...v0.1.1 diff --git a/project.clj b/project.clj index 0606fad..2f424ee 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject bootleg "0.1.2-SNAPSHOT" +(defproject bootleg "0.1.2" :description "Simple template processing command line tool to help build static websites" :url "https://github.com/retrogradeorbit/bootleg" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"