Skip to content

Commit 2116945

Browse files
authored
Prepare for release v0.2.0 (#1010)
1 parent d3891c5 commit 2116945

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.0]
810
### Added
911
* Added the `CollReduce` and `KVReduce` protocols in `basilisp.core.protocols` and implemented `reduce` in terms of those protocols (#927)
1012
* Added support for custom data readers (#924)
@@ -548,6 +550,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
548550
### Added
549551
- Basilisp language and compiler base.
550552

553+
[v0.2.0]: https://github.com/basilisp-lang/basilisp/compare/v0.1.1..v0.2.0
551554
[v0.1.1]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0..v0.1.1
552555
[v0.1.0]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0b2..v0.1.0
553556
[v0.1.0b2]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0b1..v0.1.0b2

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.1.1"
3+
version = "0.2.0"
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)