Skip to content

Commit 22b1774

Browse files
committed
release: change crate version and CHANGELOG.md
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent 54ffc0d commit 22b1774

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55
## [Prerelease] - Unreleased
66

77
### Added
8+
-
9+
10+
### Changed
11+
-
12+
13+
### Removed
14+
-
15+
16+
### Fixed
17+
-
18+
19+
## [v.0.3.0] - 2025-03-27
20+
21+
### Added
22+
- Gdb support for mshv guests #327 by @dblnz in [#327](https://github.com/hyperlight-dev/hyperlight/pull/327)
823
- Add fuzzing targets for fuzzing guest and host call parameters and return value by @ludfjig in [#259](https://github.com/hyperlight-dev/hyperlight/pull/259)
924

1025
### Changed
@@ -50,6 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5065
The Initial Hyperlight Release 🎉
5166

5267

53-
[Prerelease]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.2.0..HEAD>
68+
[Prerelease]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.3.0..HEAD>
69+
[v0.3.0]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.2.0...v0.3.0>
5470
[v0.2.0]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.1.0...v0.2.0>
5571
[v0.1.0]: <https://github.com/hyperlight-dev/hyperlight/releases/tag/v0.1.0>

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = [
1717
]
1818

1919
[workspace.package]
20-
version = "0.2.0"
20+
version = "0.3.0"
2121
edition = "2021"
2222
rust-version = "1.81.0"
2323
license = "Apache-2.0"

0 commit comments

Comments
 (0)