summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md7
-rw-r--r--LICENSE2
-rw-r--r--README.md1
-rw-r--r--coalpit.cabal2
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