Skip to content

Commit a8e00eb

Browse files
chore(master): release onyx 0.1.0 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0f450d commit a8e00eb

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.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.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-26)
4+
5+
6+
### Features
7+
8+
* initial commit — Onyx package manager ([5b5ac71](https://github.com/lilienblum/onyx/commit/5b5ac712c9edc30cfc0e743b487568f3dd5aa42e))
9+
10+
11+
### Bug Fixes
12+
13+
* chown /nix/store on macOS after mkdir ([6a66673](https://github.com/lilienblum/onyx/commit/6a66673493a85c8f725f5f1b197496c08640dbd1))
14+
* create parent directories recursively to avoid FileNotFound on fresh systems ([8fb7b21](https://github.com/lilienblum/onyx/commit/8fb7b2128f2c08478677fee253dc22830c92a3dd))
15+
* resolve username before sudo in onyx init --exec ([43981bb](https://github.com/lilienblum/onyx/commit/43981bb31580ea7ab4b7c5e48d2abc99af29d371))
16+
* use onyx init --exec for nix store setup in CI ([11564d5](https://github.com/lilienblum/onyx/commit/11564d5fe20df32578b144ff0cf93ed71881e1cc))

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn detectSource(ref: cli.PackageRef) SourceType {
2121
}
2222

2323
// x-release-please-start-version
24-
pub const version = "0.0.0";
24+
pub const version = "0.1.0";
2525
// x-release-please-end
2626

2727
pub fn main() !void {

0 commit comments

Comments
 (0)