diff --git a/CHANGELOG.md b/CHANGELOG.md index b185b039..9994492c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.3.5] ### Changed * `alter-var-root` now returns the new value to align with Clojure behavior. Updated the docstring to highlight side effects of direct linking optimization (#1166) @@ -678,6 +679,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Basilisp language and compiler base. +[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 [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 diff --git a/pyproject.toml b/pyproject.toml index b07528bd..e048e813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "basilisp" -version = "0.3.4" +version = "0.3.5" description = "A Clojure-like lisp written for Python" authors = ["Christopher Rink "] license = "Eclipse Public License 1.0 (EPL-1.0)"