Skip to content

abandon 0.4.0

Compare
Choose a tag to compare
@hrj hrj released this 15 Feb 19:25
· 658 commits to master since this release

New features

  • Register report can now be configured to group by year, month (default), day, isoWeek, isoWeekDate #122 by @jaa127
  • Command line arguments -version and -help

Improvements

  • Create parent directories automatically when writing reports #123
  • Transactions with a single post are treated as errors #130
  • Input files will not be overwritten #116

Behind the scenes

  • We now use Scala 2.12
  • Huge improvements to test infrastructure by @jaa127

New contributor

Thanks and welcome to @gerdreiss our new contributor!

Change of license

  • Abandon is now released under the Apache License. See #121

Maven artifacts

<dependency>
  <groupId>in.co.uproot</groupId>
  <artifactId>abandon-base_2.12</artifactId>
  <version>0.4.0</version>
</dependency>

Can be downloaded from Sonatype.