From a2b33eb7232e825b2c98aacede27e215a744d8b4 Mon Sep 17 00:00:00 2001 From: Joshua Munn Date: Sun, 23 Apr 2023 22:47:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bf0c2..187d4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.4.0] - 2023-04-23 + ### Added - `ltfd` goal diff --git a/pyproject.toml b/pyproject.toml index dc32490..56ff296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "microkanren" -version = "0.3.0" +version = "0.4.0" authors = [ { name="Joshua Munn", email="public@elysee-munn.family" }, ]