We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18e9c0e + 2c90dd3 commit 7f287a0Copy full SHA for 7f287a0
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
6
7
+## [1.3.0] - 2025-08-11
8
+
9
+### Other
10
+- Merge pull request #57 from lucaromagnoli/release/v1.2.0
11
+- Include ResponseParser.h in main llmcpp.h header
12
+- Merge pull request #58 from lucaromagnoli/fix/expose-response-parser
13
14
## [1.2.0] - 2025-08-10
15
16
### Added
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.22)
2
3
-project(llmcpp VERSION 1.2.0)
+project(llmcpp VERSION 1.3.0)
# Set version variables for easier access
set(LLMCPP_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
vcpkg.json
{
"name": "llmcpp",
- "version": "1.2.0",
+ "version": "1.3.0",
"dependencies": [
"openssl",
"nlohmann-json"
0 commit comments