Skip to content

Commit a35d85f

Browse files
authored
Prepare for release v0.4.0 (#1268)
1 parent 53f6cfc commit a35d85f

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.4.0]
810
### Added
911
* Added support for referring imported Python names as by `from ... import ...` (#1154)
1012
* Added the `basilisp.url` namespace for structured URL manipulation (#1239)
@@ -732,6 +734,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
732734
### Added
733735
- Basilisp language and compiler base.
734736

737+
[v0.4.0]: https://github.com/basilisp-lang/basilisp/compare/v0.3.8..v0.4.0
735738
[v0.3.8]: https://github.com/basilisp-lang/basilisp/compare/v0.3.7..v0.3.8
736739
[v0.3.7]: https://github.com/basilisp-lang/basilisp/compare/v0.3.6..v0.3.7
737740
[v0.3.6]: https://github.com/basilisp-lang/basilisp/compare/v0.3.5..v0.3.6

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