Skip to content

Commit c4f6a31

Browse files
chrisrink10Christopher Rink
andauthored
Prepare for Release v0.1.0b2 (#898)
Co-authored-by: Christopher Rink <[email protected]>
1 parent f3ce54c commit c4f6a31

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.1.0b2]
810
### Added
911
* Added filename metadata to compiler exceptions (#844)
1012
* Added a compile-time warning for attempting to call a function with an unsupported number of arguments (#671)
@@ -473,7 +475,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
473475
### Added
474476
- Basilisp language and compiler base.
475477

476-
[v0.1.0b1]: https://github.com/chrisrink10/basilisp/compare/v0.1.0b0..v0.1.0b1
478+
[v0.1.0b2]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0b1..v0.1.0b2
479+
[v0.1.0b1]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0b0..v0.1.0b1
477480
[v0.1.0b0]: https://github.com/chrisrink10/basilisp/compare/v0.1.0a2..v0.1.0b0
478481
[v0.1.0a2]: https://github.com/chrisrink10/basilisp/compare/v0.1.0a1..v0.1.0a2
479482
[v0.1.0a1]: https://github.com/chrisrink10/basilisp/compare/v0.1.dev15..v0.1.0a1

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.0b1"
3+
version = "0.1.0b2"
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)"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ commands =
6060
[testenv:safety]
6161
deps = safety
6262
commands =
63-
safety check -i 40291
63+
safety check -i 40291 -i 67599

0 commit comments

Comments
 (0)