Skip to content

Commit 919503e

Browse files
committed
Release v0.99.3
1 parent f1985bc commit 919503e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

15+
## [v0.99.3] - 2024-02-29
16+
17+
### Added
18+
19+
- Add `Env::getClass()`, `Get::notNull()`
20+
- Add `SyncStoreLoadedEventInterface`
21+
22+
### Changed
23+
24+
- Consolidate `Salient\Catalog` into `Salient\Contract`
25+
- Adopt PHPStan level 9 (albeit with 932 errors in baseline)
26+
- `DbConnector`: improve error handling, add stubs to fix ADOdb type issues
27+
- Work around buggy implementations of `@template` in PHPStan and Intelephense in `throwOnFailure()` methods of `DbConnector`, `File` and `Process`
28+
1529
## [v0.99.2] - 2024-02-28
1630

1731
### Added
@@ -1997,6 +2011,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
19972011

19982012
- Allow `CliOption` value names to contain arbitrary characters
19992013

2014+
[v0.99.3]: https://github.com/salient-labs/toolkit/compare/v0.99.2...v0.99.3
20002015
[v0.99.2]: https://github.com/salient-labs/toolkit/compare/v0.99.1...v0.99.2
20012016
[v0.99.1]: https://github.com/salient-labs/toolkit/compare/v0.99.0...v0.99.1
20022017
[v0.99.0]: https://github.com/salient-labs/toolkit/compare/v0.21.49...v0.99.0

0 commit comments

Comments
 (0)