From d049b6e6715927adde2da13526a04d45c59a3104 Mon Sep 17 00:00:00 2001 From: Chris Rink Date: Tue, 26 Nov 2024 10:39:57 -0500 Subject: [PATCH] Prepare for release v0.3.3 (#1145) --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3335721..78d6c62d 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.3] ### Added * Added support for a subset of qualified method syntax introduced in Clojure 1.12 (#1109) * Added the `basilisp.process` namespace (#1108) @@ -657,6 +659,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Basilisp language and compiler base. +[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 [v0.3.0]: https://github.com/basilisp-lang/basilisp/compare/v0.2.4..v0.3.0 diff --git a/pyproject.toml b/pyproject.toml index b1df0b38..38661145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "basilisp" -version = "0.3.2" +version = "0.3.3" description = "A Clojure-like lisp written for Python" authors = ["Christopher Rink "] license = "Eclipse Public License 1.0 (EPL-1.0)"