From 6d06b5c25b32a5e94b41a4721cc93a19d0805e31 Mon Sep 17 00:00:00 2001 From: Chris Rink Date: Thu, 10 Apr 2025 21:44:35 -0400 Subject: [PATCH] Prepare for release v0.3.8 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c11bbe98..de6965d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.3.8] ### Added * Added `afor` and `awith` macros to support async Python interop (#1179, #1181) @@ -708,7 +710,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Basilisp language and compiler base. -[v0.3.6]: https://github.com/basilisp-lang/basilisp/compare/v0.3.6..v0.3.7 +[v0.3.8]: https://github.com/basilisp-lang/basilisp/compare/v0.3.7..v0.3.8 +[v0.3.7]: https://github.com/basilisp-lang/basilisp/compare/v0.3.6..v0.3.7 [v0.3.6]: https://github.com/basilisp-lang/basilisp/compare/v0.3.5..v0.3.6 [v0.3.5]: https://github.com/basilisp-lang/basilisp/compare/v0.3.4..v0.3.5 [v0.3.4]: https://github.com/basilisp-lang/basilisp/compare/v0.3.3..v0.3.4 diff --git a/pyproject.toml b/pyproject.toml index f704ec1e..0e449bad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "basilisp" -version = "0.3.7" +version = "0.3.8" description = "A Clojure-like lisp written for Python" authors = ["Christopher Rink "] license = "Eclipse Public License 1.0 (EPL-1.0)"