Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Jun 27, 2022
1 parent bb54df7 commit 263f960
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ Changelog
=========


`Unreleased`_
-------------
`0.4.0`_ - 2022-06-28
---------------------

- Added ``Symbol.references_to`` to get references to imports or exports.
- Added ``Disassembler.get_import()`` and ``Disassembler.get_export()`` functions.
- Added ``BACKEND_GHIDRA`` and ``BACKEND_IDA`` constants.
- Miscellaneous bugfixes for Ghidra support.


`0.3.0`_ - 2022-06-01
--------------
---------------------

- Fixed connection issues with running IDA disassembler in Linux.
- Add auto detection of 64bit size for IDA.
Expand Down Expand Up @@ -53,6 +54,7 @@ Changelog
- Initial release


.. _Unreleased: https://github.com/dod-cyber-crime-center/dragodis/compare/0.3.0...HEAD
.. _Unreleased: https://github.com/dod-cyber-crime-center/dragodis/compare/0.4.0...HEAD
.. _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.3.0"
__version__ = "0.4.0"

0 comments on commit 263f960

Please sign in to comment.