Skip to content

Commit

Permalink
Prepare for release v0.2.1 (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 authored Aug 29, 2024
1 parent 023ddfa commit abaf009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1]
### Changed
* Exceptions occurring during inlining during macroexpansion are no longer obscured by the outer macroexpansion exception (#1013)

Expand Down Expand Up @@ -558,6 +560,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basilisp language and compiler base.

[v0.2.1]: https://github.com/basilisp-lang/basilisp/compare/v0.2.0..v0.2.1
[v0.2.0]: https://github.com/basilisp-lang/basilisp/compare/v0.1.1..v0.2.0
[v0.1.1]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0..v0.1.1
[v0.1.0]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0b2..v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "basilisp"
version = "0.2.0"
version = "0.2.1"
description = "A Clojure-like lisp written for Python"
authors = ["Christopher Rink <chrisrink10@gmail.com>"]
license = "Eclipse Public License 1.0 (EPL-1.0)"
Expand Down

0 comments on commit abaf009

Please sign in to comment.