Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Feb 1, 2024
1 parent 71e3150 commit 2425963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.0.1] - 2024-01-31
- Fixed bug in `uninstall_plugin` script.

## [1.0.0] - 2024-01-30
- Fixed #21, #31 and #34.
- Pyhidra launcher will no longer terminate Python if a fatal exception occurs when launching, except in GUI mode.
Expand Down Expand Up @@ -86,7 +89,8 @@
## 0.1.0 - 2021-06-14
- Initial release

[Unreleased]: https://github.com/dod-cyber-crime-center/pyhidra/compare/1.0.0...HEAD
[Unreleased]: https://github.com/dod-cyber-crime-center/pyhidra/compare/1.0.1...HEAD
[1.0.1]: https://github.com/dod-cyber-crime-center/pyhidra/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.4...1.0.0
[0.5.4]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.3...0.5.4
[0.5.3]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.2...0.5.3
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__ = "1.0.0"
__version__ = "1.0.1"

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

0 comments on commit 2425963

Please sign in to comment.