File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ 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.10.0] - 2025-10-02
8
+
9
+ ### Fixed
10
+
11
+ - Fix error code conversion for Exception enum TryFrom implementation by @vshailesh in https://github.com/hyperlight-dev/hyperlight/pull/869
12
+ - Remove Allocations from Panic Handler by @adamperlin in https://github.com/hyperlight-dev/hyperlight/pull/818
13
+
14
+ ### Changed
15
+
16
+ - Update rust to 1.89 by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/883
17
+ - Update mshv crates for Azure Linux to v0.6.1 (from v0.3.2) by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/891
18
+ - Only clear io buffer after unsuccesful guest call by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/811
19
+
7
20
## [ v0.9.0] - 2025-08-28
8
21
9
22
### Fixed
@@ -188,7 +201,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
188
201
The Initial Hyperlight Release 🎉
189
202
190
203
191
- [ Prerelease ] : < https://github.com/hyperlight-dev/hyperlight/compare/v0.9.0..HEAD >
204
+ [ Prerelease ] : < https://github.com/hyperlight-dev/hyperlight/compare/v0.10.0..HEAD >
205
+ [ v0.10.0 ] : < https://github.com/hyperlight-dev/hyperlight/compare/v0.9.0...v0.10.0 >
192
206
[ v0.9.0 ] : < https://github.com/hyperlight-dev/hyperlight/compare/v0.8.0...v0.9.0 >
193
207
[ v0.8.0 ] : < https://github.com/hyperlight-dev/hyperlight/compare/v0.7.0...v0.8.0 >
194
208
[ v0.7.0 ] : < https://github.com/hyperlight-dev/hyperlight/compare/v0.6.1...v0.7.0 >
You can’t perform that action at this time.
0 commit comments