From 44d8a88341944a30b47dab9a69946c62c7c02f42 Mon Sep 17 00:00:00 2001 From: "hpt-bot[bot]" <170133093+hpt-bot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:14:01 +0000 Subject: [PATCH] chore(main): release 0.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bd427b6..52de2d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.1"} +{".":"0.3.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd7121..346094c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/highperformance-tech/ana-cli/compare/v0.3.1...v0.3.2) (2026-04-23) + + +### Bug Fixes + +* **update:** actionable EACCES + suppress stale nudge after self-update ([#29](https://github.com/highperformance-tech/ana-cli/issues/29)) ([9ab198c](https://github.com/highperformance-tech/ana-cli/commit/9ab198c1f9e983b26e24d6b62277d931c83e9e1d)), closes [#28](https://github.com/highperformance-tech/ana-cli/issues/28) + ## [0.3.1](https://github.com/highperformance-tech/ana-cli/compare/v0.3.0...v0.3.1) (2026-04-23)