File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
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/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ v0.3.4]
8
10
### Added
9
11
* Added support for the optional ` attr-map? ` on the ` ns ` macro (#1159 )
10
12
* 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
670
672
### Added
671
673
- Basilisp language and compiler base.
672
674
675
+ [ v0.3.4 ] : https://github.com/basilisp-lang/basilisp/compare/v0.3.3..v0.3.4
673
676
[ v0.3.3 ] : https://github.com/basilisp-lang/basilisp/compare/v0.3.2..v0.3.3
674
677
[ v0.3.2 ] : https://github.com/basilisp-lang/basilisp/compare/v0.3.1..v0.3.2
675
678
[ v0.3.1 ] : https://github.com/basilisp-lang/basilisp/compare/v0.3.0..v0.3.1
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " basilisp"
3
- version = " 0.3.3 "
3
+ version = " 0.3.4 "
4
4
description = " A Clojure-like lisp written for Python"
5
5
authors = [" Christopher Rink <chrisrink10@gmail.com>" ]
6
6
license = " Eclipse Public License 1.0 (EPL-1.0)"
You can’t perform that action at this time.
0 commit comments