Skip to content

Commit 29dbed9

Browse files
committed
release: v2.0.0b3
1 parent e420b5b commit 29dbed9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

release_notes_v2.0.0b3.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Speakeasy v2.0.0b3 includes critical fixes for API module decoy loading and continues the refinement of the v2.0.0 architecture.
2+
3+
### Core Enhancements & Bug Fixes
4+
- **API Module Decoys:** Fixed a bug in decoy PE loading by switching to memory-mapped images, ensuring correct section alignment and better stability during API emulation. (#284)
5+
- **Code Maintenance:** Simplified several internal workflows and reduced noise in automated test runs via `justfile` updates.
6+
7+
---
8+
9+
## What's Changed
10+
* fix: use memory-mapped image for API module decoy PEs by @williballenthin in https://github.com/mandiant/speakeasy/pull/284
11+
12+
**Full Changelog**: https://github.com/mandiant/speakeasy/compare/v2.0.0b2...v2.0.0b3

speakeasy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0b1"
1+
__version__ = "2.0.0b3"

0 commit comments

Comments
 (0)