diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5ba6748..26aa4a1af 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.1] ### Added * Added support for the `:param-tags` reader metadata syntax `^[tag ...]` from Clojure 1.12 (#1111) * Add support for tagged literals (#1104) @@ -632,6 +634,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Basilisp language and compiler base. +[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 [v0.2.4]: https://github.com/basilisp-lang/basilisp/compare/v0.2.3..v0.2.4 [v0.2.3]: https://github.com/basilisp-lang/basilisp/compare/v0.2.2..v0.2.3 diff --git a/pyproject.toml b/pyproject.toml index 8b7445e63..4f7803b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "basilisp" -version = "0.3.0" +version = "0.3.1" description = "A Clojure-like lisp written for Python" authors = ["Christopher Rink "] license = "Eclipse Public License 1.0 (EPL-1.0)"