Skip to content

Commit

Permalink
prepare 0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogradeorbit committed Oct 24, 2019
1 parent b3b4f0b commit 8148071
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This change

## [Unreleased]

## [0.1.4] - 2019-10-24
### Fixed
- Fixed more data conversion errors - #2

## [0.1.3] - 2019-10-24
### Changed
- Add type conversion test suite
Expand All @@ -20,7 +24,8 @@ All notable changes to this project will be documented in this file. This change
## [0.1.1] - 2019-10-23
Initial release

[Unreleased]: https://github.com/retrogradeorbit/bootleg/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/retrogradeorbit/bootleg/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/retrogradeorbit/bootleg/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/retrogradeorbit/bootleg/compare/v0.1.2...v0.1.3
[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 Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GRAALVM = $(HOME)/graalvm-ce-19.2.1
SRC = src/bootleg/core.clj
VERSION = 0.1.4-SNAPSHOT
VERSION = 0.1.4

all: build/bootleg

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 bootleg "0.1.4-SNAPSHOT"
(defproject bootleg "0.1.4"
: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
2 changes: 1 addition & 1 deletion src/bootleg/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[fipp.edn :refer [pprint]])
(:gen-class))

(def version "0.1.3")
(def version "0.1.4")

(def cli-options
[
Expand Down

0 comments on commit 8148071

Please sign in to comment.