Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgdavey committed May 16, 2021
1 parent 01fb598 commit dcea3b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions 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.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
Expand All @@ -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
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.1</version>
<version>0.1.2</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>0.1.1</tag>
<tag>v0.1.2</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit dcea3b0

Please sign in to comment.