diff --git a/CHANGELOG.md b/CHANGELOG.md index 7170d9c..e6ecba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.2] - 2021-05-25 ### Fixed - Remove errant `def` leftover from debugging - Don't require test.check to be on classpath for specs to work @@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Simple table printing via the `crockery.core/print-table` function - ClojureScript support -[Unreleased]: https://github.com/crockery/crockery.core/compare/0.1.1...HEAD -[0.1.0]: https://github.com/crockery/crockery.core/compare/0.1.0...0.1.1 +[Unreleased]: https://github.com/crockery/crockery.core/compare/0.1.2...HEAD +[0.1.2]: https://github.com/crockery/crockery.core/compare/0.1.1...0.1.2 +[0.1.1]: https://github.com/crockery/crockery.core/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/crockery/crockery.core/compare/...0.1.0 diff --git a/pom.xml b/pom.xml index e97e477..4ab35aa 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.joshuadavey crockery - 0.1.1 + 0.1.2 crockery Print human-readable tables from maps https://github.com/jgdavey/crockery @@ -22,7 +22,7 @@ https://github.com/jgdavey/crockery scm:git:git://github.com/jgdavey/crockery.git scm:git:ssh://git@github.com/jgdavey/crockery.git - 0.1.1 + v0.1.2