Skip to content

Commit 9b4ec76

Browse files
committed
Update changelog adn package version for 0.9.1 release
Signed-off-by: Simon Davies <[email protected]>
1 parent 4e9ba2b commit 9b4ec76

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

55
## [Prerelease] - Unreleased
66

7+
## [v0.9.1] - 2025-10-29
8+
9+
### Fixed
10+
11+
- Fix race condition when killing sandboxes by @simongdavies in https://github.com/hyperlight-dev/hyperlight/pull/959 and https://github.com/hyperlight-dev/hyperlight/pull/994
12+
13+
### Changed
14+
15+
- Added poison sandbox detection by @ludfjig in https://github.com/hyperlight-dev/hyperlight/pull/931
16+
717
## [v0.9.0] - 2025-08-28
818

919
### Fixed
@@ -188,7 +198,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
188198
The Initial Hyperlight Release 🎉
189199

190200

191-
[Prerelease]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.9.0..HEAD>
201+
[Prerelease]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.9.1..HEAD>
202+
[v0.9.1]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.8.0...v0.9.1>
192203
[v0.9.0]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.8.0...v0.9.0>
193204
[v0.8.0]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.7.0...v0.8.0>
194205
[v0.7.0]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.6.1...v0.7.0>

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = [
2828
]
2929

3030
[workspace.package]
31-
version = "0.9.0"
31+
version = "0.9.1"
3232
edition = "2024"
3333
rust-version = "1.86"
3434
license = "Apache-2.0"

0 commit comments

Comments
 (0)