You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
4
5
5
## [Prerelease] - Unreleased
6
6
7
+
## [v0.13.0] - 2026-03-06
8
+
9
+
### Fixed
10
+
* fix(windows): prevent WHvDeletePartition race by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/1101
11
+
* Fix guest tracing filter by @dblnz in https://github.com/hyperlight-dev/hyperlight/pull/977
12
+
* Add crashdump example and include snapshot/scratch in core dumps by @jsturtevant in https://github.com/hyperlight-dev/hyperlight/pull/1264
13
+
7
14
### Changed
15
+
* Make mem::exe::LoadInfo a struct, instead of an alias by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/1099
16
+
* Update snapshots by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/1098
8
17
***Breaking:**`GuestFunctionDefinition::new` now takes a typed function pointer instead of `usize` by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/1241
9
18
19
+
### Added
20
+
* Enable CoW by @syntactically in https://github.com/hyperlight-dev/hyperlight/pull/1229
21
+
22
+
### Removed
23
+
* Remove host function definition regions by @syntactically in https://github.com/hyperlight-dev/hyperlight/pull/1178
24
+
10
25
## [v0.12.0] - 2025-12-09
11
26
12
27
### Fixed
@@ -239,8 +254,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
0 commit comments