Skip to content

Commit 49fa1d1

Browse files
authored
Prepare for release v0.2.3 (#1062)
1 parent 86c59ea commit 49fa1d1

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.3]
810
### Added
911
* Added a compiler metadata flag for suppressing warnings when Var indirection is unavoidable (#1052)
1012
* Added the `--emit-generated-python` CLI argument to control whether generated Python code strings are stored by the runtime for each compiled namespace (#1045)
@@ -590,6 +592,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
590592
### Added
591593
- Basilisp language and compiler base.
592594

595+
[v0.2.3]: https://github.com/basilisp-lang/basilisp/compare/v0.2.2..v0.2.3
593596
[v0.2.2]: https://github.com/basilisp-lang/basilisp/compare/v0.2.1..v0.2.2
594597
[v0.2.1]: https://github.com/basilisp-lang/basilisp/compare/v0.2.0..v0.2.1
595598
[v0.2.0]: https://github.com/basilisp-lang/basilisp/compare/v0.1.1..v0.2.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.2"
3+
version = "0.2.3"
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)