docs: update CHANGELOG, README, SUMMARY for v0.2.2 - Documentation an…#1
Open
racmac57 wants to merge 3 commits into
Open
docs: update CHANGELOG, README, SUMMARY for v0.2.2 - Documentation an…#1racmac57 wants to merge 3 commits into
racmac57 wants to merge 3 commits into
Conversation
…d version updates Affects: CHANGELOG.md, README.md, SUMMARY.md, pyproject.toml, __init__.py, __init__.py, __init__.py
- Restore ruff target-version to py311 (was incorrectly set to 0.2.2) - Restore mypy python_version to 3.11 (was incorrectly set to 0.2.2) - Only [project] version should be updated by version sync script
- Updated CHANGELOG.md with Process_UDD_Chatlog.bat v1.3.0 changes - Added debug mode support and activity logging - Documented workspace detection fixes and directory structure improvements - Updated SUMMARY.md and README.md version badges to 0.2.3 - Reorganized scripts directory into logical subdirectories: - tests/ - Test files and test runners - processing/ - Chatlog processing scripts - cleanup/ - Cleanup and maintenance scripts - utilities/ - General utility scripts - Created scripts/README.md documenting new folder structure - Moved Process_UDD_Chatlog.bat back to scripts root (required for Directory Opus button)
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.
Summary
Documentation and version updates for v0.2.2 release
Changes
✅ Issues Fixed (Commit 42522bb)
Configuration errors corrected in pyproject.toml:
target-version = "py311"(was incorrectly set to"0.2.2")python_version = "3.11"(was incorrectly set to"0.2.2")The version sync script has been updated to only modify the
[project]version field, not tool configuration values.Test
Checklist