Skip to content

Commit ad56ce2

Browse files
committed
Release v0.99.33
1 parent 1c49405 commit ad56ce2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ 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.33] - 2024-07-29
14+
15+
### Added
16+
17+
#### `Cli`
18+
19+
- Add `CliHelpStyleInterface`
20+
21+
#### `Console`
22+
23+
- Add `ConsoleFormatterInterface`
24+
- Add `ConsoleMessageFormatInterface`
25+
- Add `ConsoleMessageAttributesInterface`
26+
- Add `ConsoleTagAttributesInterface`
27+
28+
### Changed
29+
30+
#### `Console`
31+
32+
- Rename `ConsoleFormatter::formatTags()` -> `format()`
33+
- Move `ConsoleFormatInterface` to `Contract`
34+
1335
## [v0.99.32] - 2024-07-20
1436

1537
### Changed
@@ -3054,6 +3076,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
30543076

30553077
- Allow `CliOption` value names to contain arbitrary characters
30563078

3079+
[v0.99.33]: https://github.com/salient-labs/toolkit/compare/v0.99.32...v0.99.33
30573080
[v0.99.32]: https://github.com/salient-labs/toolkit/compare/v0.99.31...v0.99.32
30583081
[v0.99.31]: https://github.com/salient-labs/toolkit/compare/v0.99.30...v0.99.31
30593082
[v0.99.30]: https://github.com/salient-labs/toolkit/compare/v0.99.29...v0.99.30

0 commit comments

Comments
 (0)