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
Update workspace version and all dependency references to 0.13.1, populate
CHANGELOG with changes since v0.13.0, update footer links, and regenerate
guest crate Cargo.lock files.
Also pin nightly toolchain for rustfmt to nightly-2026-02-27 to ensure
consistent formatting across CI runners.
Signed-off-by: danbugs <danilochiarlone@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ 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.1] - 2026-03-19
8
+
9
+
### Fixed
10
+
* Explicitly error out on host-guest version mismatch by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/1252
11
+
12
+
### Added
13
+
* Hardware interrupt support by @danbugs in https://github.com/hyperlight-dev/hyperlight/pull/1272
14
+
* Copy-on-write file mapping support with labels by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/1320, https://github.com/hyperlight-dev/hyperlight/pull/1322
15
+
* Re-export host functions from the `hyperlight_host` package by @jsturtevant in https://github.com/hyperlight-dev/hyperlight/pull/1314
16
+
* Make `map_region` public by @jsturtevant in https://github.com/hyperlight-dev/hyperlight/pull/1293
17
+
* Nanvix: `GuestCounter` API and i686 guest layout behind `nanvix-unstable` feature flag by @danbugs in https://github.com/hyperlight-dev/hyperlight/pull/1270, https://github.com/hyperlight-dev/hyperlight/pull/1271
18
+
7
19
## [v0.13.0] - 2026-03-06
8
20
9
21
### Fixed
@@ -254,7 +266,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
0 commit comments