From 24259635149cc2b5c87f636941d5360c9e4446a9 Mon Sep 17 00:00:00 2001 From: DC3-TSD <12175126+DC3-DCCI@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:46:02 -0500 Subject: [PATCH] 1.0.1 release --- CHANGELOG.md | 6 +++++- pyhidra/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 651585c..c3d873e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/pyhidra/__init__.py b/pyhidra/__init__.py index 254872c..73d3562 100644 --- a/pyhidra/__init__.py +++ b/pyhidra/__init__.py @@ -1,5 +1,5 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" # Expose API from .core import run_script, start, started, open_program