Skip to content

Commit

Permalink
geeting ready for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
xwings committed Jul 17, 2020
1 parent 6b2b346 commit 8f4db9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
This file details the changelog of Qiling Framework.

------------------------------------
[Version 1.1-rc1]: July 17th, 2020

- More refactors and bug fixes
- More detailed debug output
- Fix MIPS_EB overflow issue
- Introduce heap sanitizer


------------------------------------
[Version 1.1-alpha2]: June 26th, 2020

Expand Down
2 changes: 1 addition & 1 deletion qiling/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .core_utils import QLCoreUtils
from .extensions.debugger import ql_debugger_init

__version__ = "1.1" + "-dev"
__version__ = "1.1" + "-rc1"

class Qiling(QLCoreStructs, QLCoreHooks, QLCoreUtils):
def __init__(
Expand Down

0 comments on commit 8f4db9a

Please sign in to comment.