Skip to content

Commit 7b489cf

Browse files
committed
chore: Bump version to 1.1.5 - YAML fixes and documentation cleanup
1 parent b797d6e commit 7b489cf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

route_planner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
and 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

0 commit comments

Comments
 (0)