Releases: hugsy/bochscpu-python
Releases · hugsy/bochscpu-python
v0.1.9
What's Changed
- version bump by @hugsy in #20
- fix a critical bug causing crashes when using multiple sessions by @hugsy (fc1f42e)
This makes the backend stable enough, future versions will work on stabilizing and documenting the Python API (towards v1.0)
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Highlights
Minor release, to have Python3.12 pre-compiled packages into PyPI
What's Changed
- version bump -> 0.1.8 by @hugsy in #18
- [CI] Adding Python 3.12 build to GithubActions by @hugsy in #19
Full Changelog: v0.1.7...v0.1.8
v0.1.5
What's Changed
- 0.1.4 -> 0.1.5 by @hugsy in #6
- Add PyPI badge to the README.md by @hugsy in #7
- Change the tree structure of the Python package by @hugsy in #8
- Added example to emulate functions from usermode minidump by @hugsy in #9
Full Changelog: v0.1.4...v0.1.5
v0.1.3
What's Changed
- [CI] Automate PyPI release delivery by @hugsy in #2
- [Examples] Make
examples/fib.py
work on Linux too directly by @hugsy in #3
Full Changelog: v0.1.1...v0.1.3