From 66f777341f9f72bcfcdddf08fb0a04bf43ad5b26 Mon Sep 17 00:00:00 2001 From: Chris Rink Date: Mon, 9 Dec 2024 11:00:02 -0500 Subject: [PATCH] Prepare for release v0.3.4 (#1169) --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfec162..bdf15c4c 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.4] ### Added * Added support for the optional `attr-map?` on the `ns` macro (#1159) * Added support for the optional pre- and post-conditions in `fn` forms (#1167) @@ -670,6 +672,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Basilisp language and compiler base. +[v0.3.4]: https://github.com/basilisp-lang/basilisp/compare/v0.3.3..v0.3.4 [v0.3.3]: https://github.com/basilisp-lang/basilisp/compare/v0.3.2..v0.3.3 [v0.3.2]: https://github.com/basilisp-lang/basilisp/compare/v0.3.1..v0.3.2 [v0.3.1]: https://github.com/basilisp-lang/basilisp/compare/v0.3.0..v0.3.1 diff --git a/pyproject.toml b/pyproject.toml index 38661145..b07528bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "basilisp" -version = "0.3.3" +version = "0.3.4" description = "A Clojure-like lisp written for Python" authors = ["Christopher Rink "] license = "Eclipse Public License 1.0 (EPL-1.0)"