Skip to content

Commit abaf009

Browse files
authored
Prepare for release v0.2.1 (#1022)
1 parent 023ddfa commit abaf009

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [v0.2.1]
810
### Changed
911
* Exceptions occurring during inlining during macroexpansion are no longer obscured by the outer macroexpansion exception (#1013)
1012

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

563+
[v0.2.1]: https://github.com/basilisp-lang/basilisp/compare/v0.2.0..v0.2.1
561564
[v0.2.0]: https://github.com/basilisp-lang/basilisp/compare/v0.1.1..v0.2.0
562565
[v0.1.1]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0..v0.1.1
563566
[v0.1.0]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0b2..v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "basilisp"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A Clojure-like lisp written for Python"
55
authors = ["Christopher Rink <[email protected]>"]
66
license = "Eclipse Public License 1.0 (EPL-1.0)"

0 commit comments

Comments
 (0)