Skip to content

Commit

Permalink
prepare for release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogradeorbit committed Oct 23, 2019
1 parent 1b84651 commit 8ba4f82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8ba4f82

Please sign in to comment.