Skip to content

Commit

Permalink
Prepare for Release v0.1.0b2 (#898)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Rink <christopher@ChristophersMBP.cjlocal>
  • Loading branch information
chrisrink10 and Christopher Rink authored May 28, 2024
1 parent f3ce54c commit c4f6a31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.1.0b2]
### Added
* Added filename metadata to compiler exceptions (#844)
* Added a compile-time warning for attempting to call a function with an unsupported number of arguments (#671)
Expand Down Expand Up @@ -473,7 +475,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Basilisp language and compiler base.

[v0.1.0b1]: https://github.com/chrisrink10/basilisp/compare/v0.1.0b0..v0.1.0b1
[v0.1.0b2]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0b1..v0.1.0b2
[v0.1.0b1]: https://github.com/basilisp-lang/basilisp/compare/v0.1.0b0..v0.1.0b1
[v0.1.0b0]: https://github.com/chrisrink10/basilisp/compare/v0.1.0a2..v0.1.0b0
[v0.1.0a2]: https://github.com/chrisrink10/basilisp/compare/v0.1.0a1..v0.1.0a2
[v0.1.0a1]: https://github.com/chrisrink10/basilisp/compare/v0.1.dev15..v0.1.0a1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "basilisp"
version = "0.1.0b1"
version = "0.1.0b2"
description = "A Clojure-like lisp written for Python"
authors = ["Christopher Rink <chrisrink10@gmail.com>"]
license = "Eclipse Public License 1.0 (EPL-1.0)"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ commands =
[testenv:safety]
deps = safety
commands =
safety check -i 40291
safety check -i 40291 -i 67599

0 comments on commit c4f6a31

Please sign in to comment.