From 68012e62ccc032064a9fd4568a92dbc991473e28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:04:47 +0000 Subject: [PATCH] chore(develop): release 1.13.21 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 ++++++++++- Version.h | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a3b3b9d..2b6f1a5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.20" + ".": "1.13.21" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d697099..d12dbf34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Changelog + +## [1.13.21](https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/compare/v1.13.20...v1.13.21) (2026-05-15) + + +### Bug Fixes + +* **stability:** resolve buffer overflows, EEPROM address collision, ISR races, and memory leaks ([#281](https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/issues/281)) ([4b6ff1a](https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/commit/4b6ff1ac923d1984cd45402f46c176bd294244d7)) + **V1.13.20 - Updates** - CI adjustments - Dependency updates @@ -644,4 +653,4 @@ NOTE: Make sure to do a Factory Reset when using this version. - Added extensions to the Meade protocol (:MAZn.n# and :MALn.n#) to move the aziumth and altitude motors. - Added Az and ALt motor status to :GX# command output - Added GPS and AzAlt features to hardware info query (:XGM#) - - New CAL menu items to adjust Azimuth and Altitude in arcminutes. + - New CAL menu items to adjust Azimuth and Altitude in arcminutes. diff --git a/Version.h b/Version.h index 7822345e..15294319 100644 --- a/Version.h +++ b/Version.h @@ -1,3 +1,3 @@ // Updated automatically by release-please-action in CI/CD pipeline. Do not edit manually. -#define VERSION "v1.13.20" // x-release-please-version +#define VERSION "v1.13.21" // x-release-please-version