Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.2.2"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down