Skip to content

Commit

Permalink
Bump version to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Jul 2, 2023
1 parent 4d8d71e commit 349cd5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.32] - 2023-07-02

- Fix `close` so that it returns an empty list as declared by the Shen kernel.

## [0.31] - 2023-07-02

- Updated kernel to S34.4.
Expand Down Expand Up @@ -199,7 +203,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dropped support for Gauche Scheme and Chibi Scheme.

[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.31...HEAD
[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.32...HEAD
[0.32]: https://github.com/tizoc/shen-scheme/compare/v0.31...v0.32
[0.31]: https://github.com/tizoc/shen-scheme/compare/v0.30...v0.31
[0.30]: https://github.com/tizoc/shen-scheme/compare/v0.29...v0.30
[0.29]: https://github.com/tizoc/shen-scheme/compare/v0.28...v0.29
Expand Down
2 changes: 1 addition & 1 deletion src/version.scm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(kl:set '*port* "0.31")
(kl:set '*port* "0.32")

0 comments on commit 349cd5f

Please sign in to comment.