Skip to content

Commit 0de6d87

Browse files
chore(develop): release 1.13.21
1 parent 6b0edcb commit 0de6d87

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.13.20"
2+
".": "1.13.21"
33
}

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
## [1.13.21](https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/compare/v1.13.20...v1.13.21) (2026-05-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
110
**V1.13.20 - Updates**
211
- CI adjustments
312
- Dependency updates
@@ -644,4 +653,4 @@ NOTE: Make sure to do a Factory Reset when using this version.
644653
- Added extensions to the Meade protocol (:MAZn.n# and :MALn.n#) to move the aziumth and altitude motors.
645654
- Added Az and ALt motor status to :GX# command output
646655
- Added GPS and AzAlt features to hardware info query (:XGM#)
647-
- New CAL menu items to adjust Azimuth and Altitude in arcminutes.
656+
- New CAL menu items to adjust Azimuth and Altitude in arcminutes.

Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Updated automatically by release-please-action in CI/CD pipeline. Do not edit manually.
22

3-
#define VERSION "v1.13.20" // x-release-please-version
3+
#define VERSION "v1.13.21" // x-release-please-version

0 commit comments

Comments
 (0)