Skip to content

Commit f70aa8f

Browse files
committed
version mismatch fix
1 parent 83205d4 commit f70aa8f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ All notable changes to this project will be documented in this file.
66
### Added
77
- More ESPMemoryMonitor examples: manual sampling without the background task and a panic-hook sketch that captures a final snapshot.
88

9-
## [0.1.0] - 2025-02-20
9+
## [1.0.0] - 2025-12-02
1010
### Added
1111
- Initial ESPMemoryMonitor library with snapshot API, background sampler task, and ring-buffer history for DRAM + PSRAM.
1212
- Per-region warn/critical thresholds with hysteresis and callbacks.
1313
- Optional fragmentation scores, min-ever-free tracking, per-task stack high-water marks, and failed-allocation event hook.
1414
- Basic Arduino example sketch demonstrating sampling and alerts.
15+
16+
[Unreleased]: https://github.com/ESPToolKit/esp-memoryMonitor/compare/v1.0.0...HEAD
17+
[1.0.0]: https://github.com/ESPToolKit/esp-memoryMonitor/releases/tag/v1.0.0

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPMemoryMonitor",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A lightweight heap and stack monitor for ESP32 firmware",
55
"keywords": [
66
"esp32",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESPMemoryMonitor
2-
version=0.1.0
2+
version=1.0.0
33
author=zekageri
44
maintainer=zekageri
55
sentence=Lightweight heap and stack monitor with thresholds and history for ESP32.

0 commit comments

Comments
 (0)