Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdavey committed Jul 12, 2021
1 parent 86aa275 commit c8c8312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.joshuadavey</groupId>
<artifactId>crockery</artifactId>
<version>0.1.3</version>
<version>0.2.0</version>
<name>crockery</name>
<description>Print human-readable tables from maps</description>
<url>https://github.com/jgdavey/crockery</url>
Expand All @@ -22,7 +22,7 @@
<url>https://github.com/jgdavey/crockery</url>
<connection>scm:git:git://github.com/jgdavey/crockery.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jgdavey/crockery.git</developerConnection>
<tag>v0.1.3</tag>
<tag>v0.2.0</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit c8c8312

Please sign in to comment.