From 70b5c774d29822f0c2ca8974327848ed3809e9f6 Mon Sep 17 00:00:00 2001 From: defanor Date: Wed, 3 Jan 2018 13:45:50 +0300 Subject: Prepare for a Hackage release Increase version to 0.1.1.0, update years and ChangeLog, don't call it a prototype. Further breaking changes should increase versions accordingly. --- ChangeLog.md | 7 ++++++- LICENSE | 2 +- README.md | 1 - coalpit.cabal | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 332ff71..239d0b7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Revision history for coalpit +## 0.1.1.0 -- 2018-01-03 + +Complete rewriting and first Hackage release. + + ## 0.1.0.0 -- 2016-11-24 -* A prototype. +A prototype. diff --git a/LICENSE b/LICENSE index bcbd251..7773edf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, defanor +Copyright (c) 2016-2018, defanor All rights reserved. diff --git a/README.md b/README.md index cb248ad..2a761e5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Warning: it is possible to run into ambiguity by defining a recursive structure with optional named elements while using default options. `omitNamedOptions` can be disabled to avoid that. -Not production-ready yet, merely a prototype. ## Example diff --git a/coalpit.cabal b/coalpit.cabal index 0dff371..0528c1c 100644 --- a/coalpit.cabal +++ b/coalpit.cabal @@ -1,5 +1,5 @@ name: coalpit -version: 0.1.0.3 +version: 0.1.1.0 synopsis: Command-line options and DSV parsing and printing description: This library generates parsers and printers for given data types, in the form of command-line -- cgit v1.2.3