From c8c831232a696ec05259d25854b0fa97be035154 Mon Sep 17 00:00:00 2001 From: Joshua Davey Date: Mon, 12 Jul 2021 13:05:42 -0400 Subject: [PATCH] Version 0.2.0 --- CHANGELOG.md | 5 ++++- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ad501..e8fcf3a 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.2.0] - 2021-07-12 ### Added - New table option `:max-width` to resize columns that would be too big, defaults to terminal width if possible. @@ -39,7 +41,8 @@ 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/jgdavey/crockery/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/jgdavey/crockery/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/jgdavey/crockery/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/jgdavey/crockery/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/jgdavey/crockery/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/jgdavey/crockery/compare/v0.1.0...v0.1.1 diff --git a/pom.xml b/pom.xml index 41b8daa..1c002c2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.joshuadavey crockery - 0.1.3 + 0.2.0 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 - v0.1.3 + v0.2.0