Skip to content

Commit

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

## [Unreleased]

## [0.37] - 2024-05-25

### Added

- Support for aarch64 and riscv64 architectures on Linux.
Expand Down Expand Up @@ -243,7 +245,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.36...HEAD
[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.37...HEAD
[0.37]: https://github.com/tizoc/shen-scheme/compare/v0.36...v0.37
[0.36]: https://github.com/tizoc/shen-scheme/compare/v0.35...v0.36
[0.35]: https://github.com/tizoc/shen-scheme/compare/v0.34...v0.35
[0.34]: https://github.com/tizoc/shen-scheme/compare/v0.33...v0.34
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.36")
(kl:set '*port* "0.37")

0 comments on commit 89f4874

Please sign in to comment.