Skip to content

Commit 50b9a99

Browse files
Release v0.18.0
1 parent 0714182 commit 50b9a99

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.18.0] - 2026-01-04
11+
1012
### Fixed
1113

1214
- Add better handling of FileLoadException when looking at custom attributes (#176)
@@ -21,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- Generate Zod v4 schemas (#168)
2224
- Use `globalThis.Response` instead of `Response` to avoid conflicts (#147)
2325
- Set kebab-case as the default casing (#166)
24-
- Update System.CommandLine to latest release candidate (#163)
26+
- Update System.CommandLine to 2.0.1 (#163, #185)
27+
- Update dependencies (#184, #181)
2528

2629
## [0.17.4.1] - 2025-09-19
2730

@@ -427,7 +430,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
427430

428431
- Initial release
429432

430-
[unreleased]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.17.4.1...HEAD
433+
[unreleased]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.18.0...HEAD
434+
[0.18.0]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.17.4.1...v0.18.0
431435
[0.17.4.1]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.17.4...v0.17.4.1
432436
[0.17.4]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.17.3...v0.17.4
433437
[0.17.3]: https://github.com/PerfectlyNormal/TypeContractor/compare/v0.17.2...v0.17.3

0 commit comments

Comments
 (0)