Skip to content

Commit

Permalink
Prepare for release v0.2.3 (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 authored Sep 19, 2024
1 parent 86c59ea commit 49fa1d1
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.3]
### Added
* Added a compiler metadata flag for suppressing warnings when Var indirection is unavoidable (#1052)
* Added the `--emit-generated-python` CLI argument to control whether generated Python code strings are stored by the runtime for each compiled namespace (#1045)
Expand Down Expand Up @@ -590,6 +592,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basilisp language and compiler base.

[v0.2.3]: https://github.com/basilisp-lang/basilisp/compare/v0.2.2..v0.2.3
[v0.2.2]: https://github.com/basilisp-lang/basilisp/compare/v0.2.1..v0.2.2
[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
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.2"
version = "0.2.3"
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 49fa1d1

Please sign in to comment.