File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88* All Windows executables and cross-platform packages are automatically built and published using GitHub Actions.*
99
10+ ## [ 1.1.5] - 2025-06-06
11+
12+ ### Fixed
13+ - ** YAML Syntax Errors** : Fixed duplicate entries in GitHub Actions workflow causing build failures
14+ - ** Documentation Standards** : Removed inappropriate optimization summary file following Python best practices
15+ - ** Workflow Validation** : All YAML files now pass syntax validation and are deployment-ready
16+
17+ ### Changed
18+ - ** Cleaner Repository** : Maintained standard Python documentation structure without ad-hoc files
19+
1020## [ 1.1.4] - 2025-06-06
1121
1222### Changed
Original file line number Diff line number Diff line change 66and comprehensive offline support.
77"""
88
9- __version__ = "1.1.4 "
9+ __version__ = "1.1.5 "
1010__author__ = "Route Planner Development Team"
1111
1212# Ensure config is available at package level
You can’t perform that action at this time.
0 commit comments