From e2ba2ba5632a3022e4e48f19b14c20ad9263ee5d Mon Sep 17 00:00:00 2001 From: Keito Kajitani Date: Mon, 9 Oct 2023 08:43:21 +0900 Subject: [PATCH] Release version 0.3 --- CHANGELOG.md | 2 +- binder.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9188d..cfcced0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## version 0 -### 0.3 (still not released) +### 0.3 -- 2023-10-09 * Add new functions `copyVar` and `copyVarList`. * `newVarList`: Refactoring. diff --git a/binder.cabal b/binder.cabal index b4a6c35..5c75902 100644 --- a/binder.cabal +++ b/binder.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: binder -version: 0.2.1 +version: 0.3 synopsis: Variable binding for abstract syntax tree description: binder is purely functional implementation of Ocaml's @@ -29,7 +29,7 @@ source-repository head source-repository this type: git location: https://github.com/ijaketak/binder - tag: v0.2.1 + tag: v0.3 common depends build-depends: