From 47715654efa3c1d2ca1015c8df8c30dc3c972677 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Tue, 6 Sep 2022 12:29:06 -0300 Subject: [PATCH] Bump version, update CHANGELOG --- CHANGELOG.md | 9 ++++++++- src/version.scm | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cec45a..ef9db3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/src/version.scm b/src/version.scm index 169d816..3be8881 100644 --- a/src/version.scm +++ b/src/version.scm @@ -1,2 +1,2 @@ -(kl:set '*port* "0.25.4") +(kl:set '*port* "0.25.5")