File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55This document describes breaking changes in CTModels releases and how to migrate your code.
66
7+ ## [ 0.9.11] - 2026-03-31
8+
9+ ### No Breaking Changes
10+
11+ This version includes only internal improvements and code formatting enhancements:
12+
13+ - Applied JuliaFormatter across entire codebase for consistent style
14+ - Enhanced CompatHelper workflow with subdirectories support
15+ - All existing APIs remain unchanged
16+ - Zero functional changes - formatting and maintenance only
17+ - Improved code maintainability and development experience
18+
19+ ---
20+
721## [ 0.9.10-beta] - 2026-03-17
822
923### No Breaking Changes
Original file line number Diff line number Diff line change @@ -7,6 +7,31 @@ All notable changes to this project will be documented in this file.
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ 0.9.11] - 2026-03-31
11+
12+ ### 🔧 Internal Improvements
13+
14+ #### Code Quality and Maintenance
15+
16+ - ** Code formatting** : Applied JuliaFormatter across entire codebase for consistent style
17+ - ** Enhanced readability** : Improved code formatting in interpolation, serialization, and display modules
18+ - ** Test formatting** : Updated test files for better maintainability
19+ - ** Zero functional changes** : All APIs remain unchanged, formatting only
20+
21+ #### Development Workflow
22+
23+ - ** CompatHelper enhancement** : Added subdirectories input to CompatHelper workflow for better dependency management
24+ - ** Automated formatting** : Integrated JuliaFormatter in CI/CD pipeline
25+ - ** Development tools** : Improved development experience with consistent code style
26+
27+ ### 📚 Documentation
28+
29+ - ** No breaking changes** : This release focuses on internal code quality
30+ - ** Maintained compatibility** : All existing functionality preserved
31+ - ** Enhanced maintainability** : Cleaner codebase for future development
32+
33+ ---
34+
1035## [ 0.9.10-beta] - 2026-03-17
1136
1237### 🎨 Documentation Enhancements
You can’t perform that action at this time.
0 commit comments