Skip to content

Commit 60bde41

Browse files
committed
Release v0.0.2
1 parent e1a5838 commit 60bde41

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.0.2
2+
3+
Released: 2022-09-10
4+
5+
- Fix wrong return of ``get_back_trace`` when at the outermost layer.
6+
- Fix wrong ``end`` param of ``hook_add``.
7+
- Add ``user_data`` param for ``add_hook`` to customize params of callback.
8+
- Support trace symbol calls by using ``trace_symbol_calls`` param.
9+
- Rename ``trace_all_inst`` param of ``Infernum`` to ``trace_inst``.
10+
- Raise ``EmulatorCrashedException`` with prompt message when missing symbol is required.
11+
- Add a default logger for ``Infernum``.
12+
- Add ``free`` function for ``Infernum``.
13+
114
## v0.0.1
215

316
Released: 2022-09-08

src/infernum/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .core import Infernum
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)