Skip to content

Commit 879817f

Browse files
authored
Prepare for release v0.3.8 (#1228)
1 parent 93be150 commit 879817f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.8]
810
### Added
911
* Added `afor` and `awith` macros to support async Python interop (#1179, #1181)
1012

@@ -708,7 +710,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
708710
### Added
709711
- Basilisp language and compiler base.
710712

711-
[v0.3.6]: https://github.com/basilisp-lang/basilisp/compare/v0.3.6..v0.3.7
713+
[v0.3.8]: https://github.com/basilisp-lang/basilisp/compare/v0.3.7..v0.3.8
714+
[v0.3.7]: https://github.com/basilisp-lang/basilisp/compare/v0.3.6..v0.3.7
712715
[v0.3.6]: https://github.com/basilisp-lang/basilisp/compare/v0.3.5..v0.3.6
713716
[v0.3.5]: https://github.com/basilisp-lang/basilisp/compare/v0.3.4..v0.3.5
714717
[v0.3.4]: https://github.com/basilisp-lang/basilisp/compare/v0.3.3..v0.3.4

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