Skip to content

Commit a70f0f1

Browse files
committed
Release v0.99.26
1 parent c0b1a33 commit a70f0f1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,38 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semant
1010
[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/
1111
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
1212

13+
## [v0.99.26] - 2024-06-12
14+
15+
### Added
16+
17+
#### `Console`
18+
19+
- Add `Console::escape()`
20+
21+
#### `Core`
22+
23+
- Add `ErrorHandler::handleExitSignal()` so signal handlers can report the exit status of the running script before it terminates on `SIGTERM`, `SIGINT` or `SIGHUP`
24+
25+
### Changed
26+
27+
#### `Console`
28+
29+
- Preserve output from `Console::logProgress()` when exiting on error
30+
31+
#### `Core`
32+
33+
- In `ErrorHandler::handleException()`, set shutdown flags and resolve exit status before calling `Console::exception()` so console output targets can respond appropriately during shutdown
34+
35+
#### `Utility`
36+
37+
- In `Sys::handleExitSignals()`, report exit on `SIGTERM`, `SIGINT` or `SIGHUP` to `Err::handleExitSignal()`
38+
39+
### Fixed
40+
41+
#### `Console`
42+
43+
- Fix `ConsoleFormatter::formatDiff()` issue where an exception is thrown when a unified diff contains a line that starts with `-++`
44+
1345
## [v0.99.25] - 2024-06-11
1446

1547
### Added
@@ -2831,6 +2863,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
28312863

28322864
- Allow `CliOption` value names to contain arbitrary characters
28332865

2866+
[v0.99.26]: https://github.com/salient-labs/toolkit/compare/v0.99.25...v0.99.26
28342867
[v0.99.25]: https://github.com/salient-labs/toolkit/compare/v0.99.24...v0.99.25
28352868
[v0.99.24]: https://github.com/salient-labs/toolkit/compare/v0.99.23...v0.99.24
28362869
[v0.99.23]: https://github.com/salient-labs/toolkit/compare/v0.99.22...v0.99.23

0 commit comments

Comments
 (0)