chore: migrate all test imports from pr to rp package and bump version to 1.15.0

- Replace all `from pr.*` import paths with `from rp.*` across 14 test files
- Update version from 1.14.0 to 1.15.0 in pyproject.toml
- Add changelog entry documenting the removal of deprecated code paths
This commit is contained in:
2025-11-07 17:50:28 +00:00
parent 64d763e760
commit a49e2f30d3
20 changed files with 154 additions and 146 deletions
+8
View File
@@ -12,6 +12,14 @@
## Version 1.15.0 - 2025-11-07
This release removes old, unused parts of the software. It simplifies the codebase and prepares for future improvements.
**Changes:** 2 files, 10 lines
**Languages:** Markdown (8 lines), TOML (2 lines)
## Version 1.14.0 - 2025-11-07
Several internal modules and features have been removed from the codebase. This simplifies the project and removes functionality that was no longer in use.