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

## [Unreleased]

## [0.26] - 2022-09-10

### Changed

- Updated kernel to S33.1
- Origin of raised exceptions is not shown anymore my default. This can be changed by setting `shen.*show-exceptions*` to `true`.

## [0.25.5] - 2022-09-06

### Fixed
Expand Down Expand Up @@ -158,7 +165,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.25.5...HEAD
[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.26...HEAD
[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
[0.25.3]: https://github.com/tizoc/shen-scheme/compare/v0.25.2...v0.25.3
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.25.5")
(kl:set '*port* "0.26")

0 comments on commit f289268

Please sign in to comment.