GP-0: Certify and README update

This commit is contained in:
Ryan Kurtz
2026-03-09 08:36:42 -04:00
parent c0992425f0
commit 35ac32e342
2 changed files with 4 additions and 0 deletions
@@ -17,3 +17,4 @@ src/main/py/LICENSE||GHIDRA||||END|
src/main/py/MANIFEST.in||GHIDRA||||END|
src/main/py/README.md||GHIDRA||||END|
src/main/py/pyproject.toml||GHIDRA||||END|
src/main/py/src/pyghidra/py.typed||GHIDRA||||END|
@@ -575,6 +575,9 @@ __3.1.0__
`support/launch.properties` file.
* `ghidra_launch.py` now correctly prioritizes user-defined JVM properties higher than those defined
in `support/launch.properties`.
* PyGhidra now includes a
[`py.typed`](https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information)
marker file to inform type checkers that typing is supported.
__3.0.2__
* Fixed an issue that prevented [`pyghidra.analysis_properties()`](#pyghidraanalysis_properties)