You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.1] - 2026-03-16
9
+
10
+
### Added
11
+
12
+
-`foresthub::util::StrPrintf` -- printf-style string formatting with single heap allocation via two-pass vsnprintf, preventing heap fragmentation on memory-constrained embedded devices (ESP32) for large RAG contexts
13
+
8
14
## [0.1.0] - 2026-03-12
9
15
10
16
### Added
@@ -26,4 +32,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
32
- Doxygen API reference generation
27
33
- C++14 compatible, no exceptions, no RTTI -- targets any C++14-capable toolchain
Copy file name to clipboardExpand all lines: library.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "fh-sdk",
3
-
"version": "0.1.0",
3
+
"version": "0.1.1",
4
4
"description": "C++14 LLM SDK with unified interface for ForestHub, OpenAI, Gemini, and Anthropic. Agent framework with tool-calling, RAG, and multi-turn conversations. Platform-agnostic via HAL — targets PC and embedded.",
0 commit comments