Skip to content

Commit d049b6e

Browse files
authored
Prepare for release v0.3.3 (#1145)
1 parent a7c9796 commit d049b6e

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.3.3]
810
### Added
911
* Added support for a subset of qualified method syntax introduced in Clojure 1.12 (#1109)
1012
* Added the `basilisp.process` namespace (#1108)
@@ -657,6 +659,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
657659
### Added
658660
- Basilisp language and compiler base.
659661

662+
[v0.3.3]: https://github.com/basilisp-lang/basilisp/compare/v0.3.2..v0.3.3
660663
[v0.3.2]: https://github.com/basilisp-lang/basilisp/compare/v0.3.1..v0.3.2
661664
[v0.3.1]: https://github.com/basilisp-lang/basilisp/compare/v0.3.0..v0.3.1
662665
[v0.3.0]: https://github.com/basilisp-lang/basilisp/compare/v0.2.4..v0.3.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.3.2"
3+
version = "0.3.3"
44
description = "A Clojure-like lisp written for Python"
55
authors = ["Christopher Rink <chrisrink10@gmail.com>"]
66
license = "Eclipse Public License 1.0 (EPL-1.0)"

0 commit comments

Comments
 (0)