From 1cde4bd766d9a402edcfec0dbf08812a9f8ecc0a Mon Sep 17 00:00:00 2001 From: mulham <97831705+mulhamna@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:33:47 +0700 Subject: [PATCH] chore(main): release 0.10.0-alpha.2 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ build.zig.zon | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 15295c9..8f256da 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.5-alpha.2" + ".": "0.10.0-alpha.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8edae..999b16c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,18 @@ mirror-tags workflow. See [RELEASING.md](./RELEASING.md) for the full model. --> +## [0.10.0-alpha.2](https://github.com/keton-id/cora/compare/v0.9.5-alpha.2...v0.10.0-alpha.2) (2026-06-10) + + +### Features + +* **install:** Windows install.ps1 + docs ([#64](https://github.com/keton-id/cora/issues/64)) ([719d007](https://github.com/keton-id/cora/commit/719d0071b1c0a35a94482b41a8956d3cf4cba8da)) + + +### Bug Fixes + +* stabilize per-OS README release badges ([#60](https://github.com/keton-id/cora/issues/60)) ([9792bf1](https://github.com/keton-id/cora/commit/9792bf15a36e6083b6fcff379cf33d276271c3ac)) + ## [0.9.5-alpha.2](https://github.com/keton-id/cora/compare/v0.9.4-alpha.2...v0.9.5-alpha.2) (2026-06-06) diff --git a/build.zig.zon b/build.zig.zon index e7e4527..2ae344b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .cora, - .version = "0.9.5-alpha.2", // x-release-please-version + .version = "0.10.0-alpha.2", // x-release-please-version .fingerprint = 0x6ce04156813d2e93, .minimum_zig_version = "0.16.0", .dependencies = .{