Skip to content

Commit f44ff66

Browse files
committed
Release v0.99.66
1 parent edddc34 commit f44ff66

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ 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.66] - 2025-01-13
14+
15+
### Changed
16+
17+
#### `Cli`
18+
19+
- Don't let applications run as root by default
20+
21+
#### `Core`
22+
23+
- Rename `Chainable` methods for clarity:
24+
- `if()` -> `applyIf()`
25+
- `withEach()` -> `applyForEach()`
26+
27+
#### `Sli`
28+
29+
- Update default builder description to `"A builder for <class>"`
30+
1331
## [v0.99.65] - 2024-12-09
1432

1533
### Added
@@ -4245,6 +4263,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
42454263

42464264
- Allow `CliOption` value names to contain arbitrary characters
42474265

4266+
[v0.99.66]: https://github.com/salient-labs/toolkit/compare/v0.99.65...v0.99.66
42484267
[v0.99.65]: https://github.com/salient-labs/toolkit/compare/v0.99.64...v0.99.65
42494268
[v0.99.64]: https://github.com/salient-labs/toolkit/compare/v0.99.63...v0.99.64
42504269
[v0.99.63]: https://github.com/salient-labs/toolkit/compare/v0.99.62...v0.99.63

0 commit comments

Comments
 (0)