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/).
44
55## [ Prerelease] - Unreleased
66
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 unsuccessful guest call by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/811
19+
720## [ v0.9.0] - 2025-08-28
821
922### Fixed
@@ -188,7 +201,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
188201The Initial Hyperlight Release 🎉
189202
190203
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 >
192206[ v0.9.0 ] : < https://github.com/hyperlight-dev/hyperlight/compare/v0.8.0...v0.9.0 >
193207[ v0.8.0 ] : < https://github.com/hyperlight-dev/hyperlight/compare/v0.7.0...v0.8.0 >
194208[ 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