Skip to content

Commit f01ad55

Browse files
chore: release v0.2.3 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82e4a79 commit f01ad55

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/eikendev/hackenv/compare/v0.2.2...v0.2.3) (2026-03-21)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid ipv4-mapped ipv6 output ([ceb326f](https://github.com/eikendev/hackenv/commit/ceb326fb0289bede292a1b95388378c46b31f8c5))
9+
* handle mismatched version parts safely ([f25b76a](https://github.com/eikendev/hackenv/commit/f25b76ab89d0df26cfd7ceb926883193d8ce9ba3))
10+
* honor strictness when fetching image metadata ([7e540ec](https://github.com/eikendev/hackenv/commit/7e540ec547ef3a4b0b1d1e24e2f644f888ebd023))
11+
* **libvirt:** handle missing interface addresses ([406a2b3](https://github.com/eikendev/hackenv/commit/406a2b3eb228cd978f7c08ac5f547bfebc41317a))
12+
13+
14+
### Documentation
15+
16+
* fix typo in GetDownloadInfo comment ([0133b5d](https://github.com/eikendev/hackenv/commit/0133b5d014ab80e5c56d6d6a85a356feab5aa001))
17+
18+
19+
### Build
20+
21+
* enforce go fix check in test ([4548f60](https://github.com/eikendev/hackenv/commit/4548f60b67517c09838f7a49a9e13a65ede0a55b))
22+
* include docs in release archive ([202ff7c](https://github.com/eikendev/hackenv/commit/202ff7c9df1d4f39fce02293c4f1c78c0e42b352))
23+
324
## [0.2.2](https://github.com/eikendev/hackenv/compare/v0.2.1...v0.2.2) (2026-02-16)
425

526

0 commit comments

Comments
 (0)