Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.3.0 - 2026-03-26

- Modernized packaging and CI around `pyproject.toml` and `uv`.
- Added Windows test coverage for the ArcGIS Pro Python zip path handling.
- Hardened ArcGIS Pro loading and PATH setup, including idempotent PATH deduplication.
- Removed legacy Python 2 support and aligned the published package with Python 3.10+.
- Refreshed project metadata and README guidance for current development and release flows.
2 changes: 1 addition & 1 deletion archook/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3
1.3.0
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ classifiers = [
"Topic :: Scientific/Engineering",
]

[project.urls]
Homepage = "https://github.com/JamesRamm/archook"
Repository = "https://github.com/JamesRamm/archook"
Issues = "https://github.com/JamesRamm/archook/issues"
[project.urls]
Homepage = "https://github.com/JamesRamm/archook"
Repository = "https://github.com/JamesRamm/archook"
Issues = "https://github.com/JamesRamm/archook/issues"
Changelog = "https://github.com/JamesRamm/archook/blob/master/CHANGELOG.md"

[dependency-groups]
dev = [
Expand Down
Loading
Loading