From 10aafe28563a2fe73bff4e9a425d7ed8b1e8a8f0 Mon Sep 17 00:00:00 2001 From: Keito Kajitani Date: Wed, 4 Oct 2023 09:09:30 +0900 Subject: [PATCH] Release version 0.1 --- CHANGELOG.md | 4 ++++ binder.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e725c1a..3c947a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ # Revision history for binder ## version 0 + +### 0.1 -- 2023-10-04 + +Initial release. diff --git a/binder.cabal b/binder.cabal index cdbc40b..6bc998f 100644 --- a/binder.cabal +++ b/binder.cabal @@ -1,6 +1,6 @@ cabal-version: 3.4 name: binder -version: 0.0.0.0 +version: 0.1 synopsis: Variable binding for abstract syntax tree description: binder is purely functional implementation of Ocaml's bindlib. @@ -29,7 +29,7 @@ source-repository head source-repository this type: git location: https://github.com/ijaketak/binder - tag: 0.0.0.0 + tag: 0.1 common depends build-depends: