Skip to content

Commit

Permalink
0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DC3-DCCI authored and dc3-tsd committed Mar 18, 2022
1 parent 7c48fa2 commit f531292
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## Unreleased
- Addressed cross-platform support problems

## 0.1.2 - 2022-03-18
- Fixed issue Java Path delimiter
- Fixed issue that caused subprocess to not run correctly on non-windows systems
- Set source target Java version to 11
- Corrected JVM path on non-windows systems
- Added Mac GUI fixes

## 0.1.1 - 2022-01-27
- Fixed issue from mishandled newline in the interpreter panel
Expand All @@ -12,4 +18,4 @@
## 0.1.0 - 2021-06-14
- Initial release

[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/pyhidra/compare/0.1.1...HEAD
[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/pyhidra/compare/0.1.2...HEAD
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.1.1"
__version__ = "0.1.2"

# Expose API
from .ghidra import run_script, start, open_program
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ url = https://github.com/Defense-Cyber-Crime-Center/pyhidra
keywords = ghidra
platform = any
classifiers =
Development Status :: 3 - Alphas
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Expand Down

0 comments on commit f531292

Please sign in to comment.