@@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.5] - 2025-10-31
11+
12+ ### Added
13+
14+ - ** Automatic Compact compiler version update** feature
15+ - Detects version mismatches before project creation
16+ - Prompts user with clear explanation when outdated version found
17+ - Automatically updates Compact compiler with user confirmation
18+ - Shows real-time progress during update process
19+ - Verifies update success and re-checks requirements
20+ - New ` CompactUpdater ` utility class for version management
21+ - Compact version requirement specification in template configuration (Counter: 0.23.0+)
22+ - Enhanced version comparison logic with semantic versioning support
23+
24+ ### Changed
25+
26+ - Improved requirement checker to display version requirements in error messages
27+ - Enhanced README with automatic update feature documentation
28+ - Updated Features section highlighting smart dependency management
29+
30+ ### Fixed
31+
32+ - Resolves compilation errors for users with outdated Compact versions (e.g., 0.15.0 vs 0.23.0 requirement)
33+ - Prevents cryptic "language version mismatch" errors by catching issues before setup
34+
1035## [ 0.3.4] - 2025-10-31
1136
1237### Added
@@ -153,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
153178
154179- Project setup and configuration
155180
156- [ Unreleased ] : https://github.com/Olanetsoft/create-mn-app/compare/v0.3.4...HEAD
181+ [ Unreleased ] : https://github.com/Olanetsoft/create-mn-app/compare/v0.3.5...HEAD
182+ [ 0.3.5 ] : https://github.com/Olanetsoft/create-mn-app/compare/v0.3.4...v0.3.5
157183[ 0.3.4 ] : https://github.com/Olanetsoft/create-mn-app/compare/v0.3.3...v0.3.4
158184[ 0.3.3 ] : https://github.com/Olanetsoft/create-mn-app/compare/v0.3.2...v0.3.3
159185[ 0.3.2 ] : https://github.com/Olanetsoft/create-mn-app/compare/v0.3.1...v0.3.2
0 commit comments