From 5d2de70d792f7d2b1f211ef2436a0fa7802fb9ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:02:18 +0000 Subject: [PATCH] chore(main): release 1.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..f6a9e15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1392d6a..1baf384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.2.2](https://github.com/nathan-nicholson/note/compare/v1.2.1...v1.2.2) (2025-12-02) + + +### Bug Fixes + +* add cross-compilation environment variables for ARM64 ([77c0d19](https://github.com/nathan-nicholson/note/commit/77c0d1931e5091434d6692152b226f4e31f631ae)) +* add cross-compilation tools and temporarily build Linux-only ([0c4f7da](https://github.com/nathan-nicholson/note/commit/0c4f7da3738c7b9f4d7b3e778a2b3db2a20105e3)) +* change CI to validate GoReleaser config instead of building ([a3e3ab5](https://github.com/nathan-nicholson/note/commit/a3e3ab5e184d8898bf49562c9219035c7fe6eb23)) +* install cross-compilation tools in CI for binary builds ([fe7bf47](https://github.com/nathan-nicholson/note/commit/fe7bf471a7a9951ac0fbb7f7d7b7875e5483fd21)) +* restore workflows to zig-based cross-compilation ([97af8f1](https://github.com/nathan-nicholson/note/commit/97af8f1f40339ee9c44cf9b3c516dddae061c9d8)) +* simplify CI to build only Linux amd64 with CGO ([cc10a57](https://github.com/nathan-nicholson/note/commit/cc10a5779042f484a5bc35cf7426c5e3d080c4bf)) +* simplify cross-compilation by disabling CGO ([61dc20f](https://github.com/nathan-nicholson/note/commit/61dc20f483dd9bc9a12ac4e40f0c72953dc727f6)) +* sort notes in chronological order (oldest first) ([#16](https://github.com/nathan-nicholson/note/issues/16)) ([377c4cf](https://github.com/nathan-nicholson/note/commit/377c4cf7c8dc123869b57714f17c3bf4143348e8)) +* use native runners for macOS and Linux builds ([9c97a3c](https://github.com/nathan-nicholson/note/commit/9c97a3c76eded970b27485ddf51eef5c419a846a)) +* use zig for CGO cross-compilation to support macOS ([1b459b0](https://github.com/nathan-nicholson/note/commit/1b459b00b566fa2a3d67d27a1268464d8a6630a9)) + ## [1.2.1](https://github.com/nathan-nicholson/note/compare/v1.2.0...v1.2.1) (2025-12-01)