Skip to content

Commit 4a0ad4b

Browse files
authored
Merge pull request #290 from control-toolbox/release
docs: update CHANGELOG and BREAKING for v0.9.11
2 parents 78e5d4b + 8f7527f commit 4a0ad4b

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

BREAKING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
This 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

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and 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

0 commit comments

Comments
 (0)