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 Oct 9, 2022
1 parent 4f7c606 commit 5539e31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.27] - 2022-10-09

### Changed

- Updated kernel to S33.1.1.
- Improved compilation of factorized `defuns` that generates code as efficient as the pre-S-kernel version.

### Removed

- Special treatment of `scm.` prefixed functions was removed. The new `foreign` form must now be used.

## [0.26] - 2022-09-10

### Changed
Expand Down Expand Up @@ -165,7 +176,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.26...HEAD
[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.27...HEAD
[0.27]: https://github.com/tizoc/shen-scheme/compare/v0.26...v0.27
[0.26]: https://github.com/tizoc/shen-scheme/compare/v0.25.5...v0.26
[0.25.5]: https://github.com/tizoc/shen-scheme/compare/v0.25.4...v0.25.5
[0.25.4]: https://github.com/tizoc/shen-scheme/compare/v0.25.3...v0.25.4
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.26")
(kl:set '*port* "0.27")

0 comments on commit 5539e31

Please sign in to comment.