We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d65f5d commit 6d29266Copy full SHA for 6d29266
CHANGES.md
@@ -1,3 +1,10 @@
1
+## v0.1.0
2
+
3
+Released: 2022-09-17
4
5
+- Support to emulate library file on arch ARM.
6
+- Rename ``SymbolNotFoundException`` exception to ``SymbolMissingException``.
7
8
## v0.0.2
9
10
Released: 2022-09-10
src/infernum/__init__.py
@@ -1,3 +1,3 @@
from .core import Infernum
-__version__ = "0.0.2"
+__version__ = "0.1.0"
0 commit comments