chore: update changelog for version 0.2.0 and remove obsolete XML fix scripts#53
Merged
chore: update changelog for version 0.2.0 and remove obsolete XML fix scripts#53
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project's changelog to document version 0.2.0 and removes two obsolete XML utility scripts (resolve_conflicts.py and fix_xml_files.py) that were used for one-time maintenance tasks.
Key Changes:
- Added changelog entry for version 0.2.0 with details on development tools, documentation improvements, and bug fixes
- Removed temporary XML conflict resolution and formatting scripts
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CHANGELOG.md | Added comprehensive v0.2.0 changelog entry documenting development tools, documentation changes, frontend fixes, and SUMO integration improvements |
| resolve_conflicts.py | Removed obsolete script that was used to resolve Git merge conflicts in XML files |
| fix_xml_files.py | Removed obsolete script that was used to fix XML declaration positioning in SUMO files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| **Full Changelog**: [v0.1.0...v0.2.0](https://github.com/sonmessia/GreenWave/compare/v0.1.0...v0.2.0) | ||
|
|
||
| ## [0.1.0] - 2025-12-06 |
There was a problem hiding this comment.
This line contains trailing whitespace after the date. Consider removing it to maintain clean formatting and consistency with the rest of the file.
Suggested change
| ## [0.1.0] - 2025-12-06 | |
| ## [0.1.0] - 2025-12-06 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Update changelog
Types of changes
🐛 Bug fix (non-breaking change which fixes an issue)
✨ Feature (non-breaking change which adds functionality)
💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
📝 Docs (documentation only changes)
♻️ Refactor (code improvement without changing functionality)
Checklist
Docker build successful (src/backend)
All tests passing (pytest)
Code follows project standards (Black, Ruff, MyPy)
Service boundaries maintained
.env.example updated (if environment variables changed)
No debug print statements left