Skip to content

Commit e542601

Browse files
authored
Update CHANGELOG.md
1 parent b4a6d92 commit e542601

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.3.0] - 2025-07-13
9-
### Added
10-
- Descriptive error messages if required dependencies are missing.
11-
- New diagnostic IDs: `SSG001`, `SSG002`, `SSG003`.
12-
138
## [2.0.0] - 2025-07-16
149
### Changed
1510
- **Breaking Change**: All generated classes are now `record` types instead of regular `class` types.
@@ -20,3 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2015
- These changes improve immutability and align with modern C# practices.
2116
- This is a major version bump due to potential breaking changes in downstream usage, especially if consumers relied on mutable types or reflection-based assumptions.
2217

18+
## [1.3.0] - 2025-07-13
19+
### Added
20+
- Descriptive error messages if required dependencies are missing.
21+
- New diagnostic IDs: `SSG001`, `SSG002`, `SSG003`.
22+
23+

0 commit comments

Comments
 (0)