Skip to content

Commit

Permalink
0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Apr 20, 2023
1 parent cb19c85 commit b876dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## [Unreleased]
- Added support for `jpype.startJVM` keyword arguments
## [0.5.0] - 2023-04-20
- Added support for `jpype.startJVM` keyword arguments. (@clearbluejar)

## [0.4.1] - 2023-02-21
- Fixed bug causing the loading of updated plugins to fail.
Expand Down Expand Up @@ -61,7 +61,8 @@
## 0.1.0 - 2021-06-14
- Initial release

[Unreleased]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.4.1...HEAD
[Unreleased]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.5.0...HEAD
[0.5.0]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/dod-cyber-crime-center/pyhidra/compare/0.2.1...0.3.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.4.1"
__version__ = "0.5.0"

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

0 comments on commit b876dbc

Please sign in to comment.