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

## [Unreleased]

## [0.25.5] - 2022-09-06

### Fixed

- `pr` override now respects `*hush*`'s value.

## [0.25.4] - 2022-09-04

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

0 comments on commit 4771565

Please sign in to comment.