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 Aug 10, 2022
1 parent 769c511 commit 0bd37ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## [Unreleased]
## [0.5.0] - 2022-08-10

- Fixed getting non-user defined exports in Ghidra.
- Fixed issue getting KeyError if Ghidra isn't setup.
Expand Down Expand Up @@ -61,7 +61,8 @@
- Initial release


[Unreleased]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.4.0...HEAD
[Unreleased]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.5.0...HEAD
[0.5.0]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/dod-cyber-crime-center/dragodis/compare/0.1.0...0.2.0
2 changes: 1 addition & 1 deletion dragodis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Import types from interface that may needed by users.
from dragodis.interface.types import *

__version__ = "0.4.0"
__version__ = "0.5.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ author = DC3
license = MIT
url = https://github.com/dod-cyber-crime-center/dragodis
description = A universal interface for running scripts under multiple disassemblers.
long-description-content-type = text/markdown
long-description = file:README.md
long_description_content_type = text/markdown
long_description = file:README.md
keywords = malware, ida, idapro, ghidra, disassembler
classifiers =
Development Status :: 4 - Beta
Expand Down

0 comments on commit 0bd37ef

Please sign in to comment.