summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base32-bytestring.cabal5
-rw-r--r--changelog1
2 files changed, 2 insertions, 4 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index 8436eb6..b2609ff 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -16,12 +16,9 @@ description:
16 <http://tools.ietf.org/html/rfc4648> 16 <http://tools.ietf.org/html/rfc4648>
17 . 17 .
18 The package API is similar to base64-bytestring. 18 The package API is similar to base64-bytestring.
19 .
20 [/Release notes/]
21 .
22 * /0.1.0.0:/ Initial version.
23 19
24extra-source-files: README.md 20extra-source-files: README.md
21 , changelog
25 22
26source-repository head 23source-repository head
27 type: git 24 type: git
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..4fcf313
--- /dev/null
+++ b/changelog
@@ -0,0 +1 @@
* 0.1.0.0: Initial version.