Skip to content

Commit

Permalink
Prepare for release v0.3.2 (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 authored Nov 14, 2024
1 parent 90366ee commit 7cdadd2
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.3.2]
### Added
* Added support for constructing a data representation of reader conditionals (#1125)

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

[v0.3.2]: https://github.com/basilisp-lang/basilisp/compare/v0.3.1..v0.3.2
[v0.3.1]: https://github.com/basilisp-lang/basilisp/compare/v0.3.0..v0.3.1
[v0.3.0]: https://github.com/basilisp-lang/basilisp/compare/v0.2.4..v0.3.0
[v0.2.4]: https://github.com/basilisp-lang/basilisp/compare/v0.2.3..v0.2.4
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.3.1"
version = "0.3.2"
description = "A Clojure-like lisp written for Python"
authors = ["Christopher Rink <[email protected]>"]
license = "Eclipse Public License 1.0 (EPL-1.0)"
Expand Down

0 comments on commit 7cdadd2

Please sign in to comment.