Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sledgeh4w committed Sep 9, 2022
1 parent e1a5838 commit 60bde41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.0.2

Released: 2022-09-10

- Fix wrong return of ``get_back_trace`` when at the outermost layer.
- Fix wrong ``end`` param of ``hook_add``.
- Add ``user_data`` param for ``add_hook`` to customize params of callback.
- Support trace symbol calls by using ``trace_symbol_calls`` param.
- Rename ``trace_all_inst`` param of ``Infernum`` to ``trace_inst``.
- Raise ``EmulatorCrashedException`` with prompt message when missing symbol is required.
- Add a default logger for ``Infernum``.
- Add ``free`` function for ``Infernum``.

## v0.0.1

Released: 2022-09-08
Expand Down
2 changes: 1 addition & 1 deletion src/infernum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .core import Infernum

__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 60bde41

Please sign in to comment.