Skip to content

Commit

Permalink
0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Dec 5, 2023
1 parent a0ecc95 commit 02d93f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.5.3] - 2023-11-30
- Test support for Ghidra 10.4
- Improved handling of plugin installation
- Added `uninstall_plugin` script to uninstall misbehaving or unwanted plugins.

## [0.5.2] - 2023-07-17
- Added more helpful error message on failed program import.

Expand Down Expand Up @@ -67,7 +72,8 @@
## 0.1.0 - 2021-06-14
- Initial release

[Unreleased]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.2...HEAD
[Unreleased]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.3...HEAD
[0.5.3]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.4.1...0.5.0
Expand Down
2 changes: 1 addition & 1 deletion pyhidra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.5.2"
__version__ = "0.5.3"

# Expose API
from .core import run_script, start, open_program
Expand Down

0 comments on commit 02d93f4

Please sign in to comment.