Skip to content

Commit ecccc6c

Browse files
committed
Release v0.99.40
1 parent 5abc1ae commit ecccc6c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ 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.40] - 2024-08-07
14+
15+
### Added
16+
17+
#### `Sli`
18+
19+
- Add `getDateProperties()` when generated sync entities have date properties
20+
21+
### Changed
22+
23+
#### `Console`
24+
25+
- Review order of `Console::message()` and `Console::messageOnce()` parameters for consistency
26+
27+
### Removed
28+
29+
#### `Core`
30+
31+
- Remove unused method `ProviderContextAwareInterface::requireContext()`
32+
1333
## [v0.99.39] - 2024-08-07
1434

1535
### Added
@@ -3205,6 +3225,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
32053225

32063226
- Allow `CliOption` value names to contain arbitrary characters
32073227

3228+
[v0.99.40]: https://github.com/salient-labs/toolkit/compare/v0.99.39...v0.99.40
32083229
[v0.99.39]: https://github.com/salient-labs/toolkit/compare/v0.99.38...v0.99.39
32093230
[v0.99.38]: https://github.com/salient-labs/toolkit/compare/v0.99.37...v0.99.38
32103231
[v0.99.37]: https://github.com/salient-labs/toolkit/compare/v0.99.36...v0.99.37

0 commit comments

Comments
 (0)