Skip to content

Commit

Permalink
Prepare for release v0.3.4 (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 authored Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ab7b96d commit 66f7773
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
@@ -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.4]
### Added
* Added support for the optional `attr-map?` on the `ns` macro (#1159)
* Added support for the optional pre- and post-conditions in `fn` forms (#1167)
@@ -670,6 +672,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basilisp language and compiler base.

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

0 comments on commit 66f7773

Please sign in to comment.