Skip to content

Commit ff48434

Browse files
committed
Update CHANGELOG
1 parent 7c11749 commit ff48434

File tree

1 file changed

+49
-5
lines changed

1 file changed

+49
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
- The macOS binary tool is now code signed and notarized.
10+
### Changed
11+
- Bumped Swift version requirement to 6.2
12+
13+
### Fixed
14+
- Fixed Package.swift configuration
15+
16+
## [v2.0.6] - 2025-01-08
17+
18+
### Added
19+
- Added StoreKitTest to the list of ignored system imports
20+
21+
## [v2.0.5] - 2025-01-08
22+
23+
### Added
24+
- Added support for package scope dependencies
25+
- Added Playgrounds to system module scanner
26+
27+
### Changed
28+
- Removed non-functional cache cleanup workflow
29+
30+
## [v2.0.4] - 2025-01-08
31+
32+
### Added
33+
- Added .editorconfig for consistent code formatting
34+
35+
### Fixed
36+
- Fixed handling of trailing comments on import statements
37+
38+
## [v2.0.3] - 2025-01-08
39+
40+
### Added
41+
- Added Observation to isStandardLibraryModule for Swift 5.9+ support
42+
43+
## [v2.0.2] - 2025-01-08
44+
45+
### Added
46+
- Added Synchronization to isStandardLibraryModule for Swift 6.0+ support
47+
48+
### Fixed
49+
- Fixed release workflow failing issues
50+
51+
## [v2.0.1] - 2025-01-08
52+
53+
### Added
54+
- The macOS binary tool is now code signed and notarized
1155

12-
## [v2.0.0]
56+
## [v2.0.0] - 2025-08-03
1357

1458
### Added
1559
- **Constant-Based Dependency Declarations**
@@ -35,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3579
- Section extraction now correctly ignores square brackets inside parentheses to prevent premature parsing termination
3680
- Resolves issue where dependencies like `RxSwift` were missed when following conditional products like `MyModuleTV` with platform conditions
3781

38-
## [v1.4.0]
82+
## [v1.4.0] - 2025-07-18
3983

4084
### Changed
4185
- **CLI Interface Simplification**
@@ -189,7 +233,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189233

190234
### Added
191235
- **Core Functionality**
192-
- Swift Package.swift parsing with Swift 6.1 support
236+
- Swift Package.swift parsing with Swift 6.2 support
193237
- Import statement scanning using Swift regex patterns
194238
- Support for `@testable` import analysis
195239
- Dependency analysis comparing declared vs actual imports
@@ -248,7 +292,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
248292
- Comprehensive .gitignore for Swift projects
249293

250294
### Technical Details
251-
- **Language**: Swift 6.1+
295+
- **Language**: Swift 6.2+
252296
- **Concurrency**: Modern Swift concurrency with strict safety
253297
- **Dependencies**: Swift Argument Parser
254298
- **Platforms**: macOS 15.0+, iOS 18.0+, tvOS 18.0+, watchOS 11.0+, macCatalyst 18.0+

0 commit comments

Comments
 (0)