Skip to content

Commit 8cdb5c7

Browse files
authored
docs: add v0.1.1 changelog (#5)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent f8bb9df commit 8cdb5c7

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.1.1] - 2026-03-23
8+
9+
### Fixed
10+
11+
- **Version display** — Strip leading "v" prefix from `VERSION` env var and build-time injection to prevent "vv0.1.0" in banner display
12+
- **Plugin validation** — Reject plugin manifest versions with "v" prefix (e.g. "v1.0.0") to prevent double-prefix in display
13+
- **npm install** — Skip `postinstall`/`prepare` scripts gracefully when installed as a published npm package (scripts only exist in the source repo)
14+
- **Rust lint** — Fix clippy errors: `unwrap_used`, `manual_strip`, dead code, `needless_range_loop`; allow `expect_used` on static regex patterns in plugin scanner
15+
16+
### Changed
17+
18+
- **CI quality gate** — PR validation now runs `just lint-all` + `just test-all`, adding Rust clippy and fmt checks that were previously missing
19+
- **npm registry** — Publish to npmjs.org (public) instead of GitHub Packages (required custom registry config)
20+
- **Just recipes renamed**`lint-rust``lint-analysis-guest`, `fmt-rust``fmt-analysis-guest`, `test-rust``test-analysis-guest` for clarity
21+
- **Rust formatting** — Applied `cargo fmt` across all Rust workspaces (analysis-guest and sandbox runtime)
22+
- **cfg(hyperlight)** — Added `check-cfg` to `native-globals` Cargo.toml to silence warnings
23+
724
## [v0.1.0] - 2026-03-20
825

926
Initial public release.
@@ -67,4 +84,5 @@ Initial public release.
6784
- Path jailing for filesystem plugins
6885
- SSRF protection for fetch plugin (DNS + post-connect IP validation)
6986

87+
[v0.1.1]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.1
7088
[v0.1.0]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.1.0

0 commit comments

Comments
 (0)