Skip to content

Commit 7f287a0

Browse files
Merge pull request #59 from lucaromagnoli/release/v1.3.0
chore: bump version to 1.3.0 and update changelog
2 parents 18e9c0e + 2c90dd3 commit 7f287a0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55

66

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+
714
## [1.2.0] - 2025-08-10
815

916
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.22)
22

3-
project(llmcpp VERSION 1.2.0)
3+
project(llmcpp VERSION 1.3.0)
44

55
# Set version variables for easier access
66
set(LLMCPP_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llmcpp",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"dependencies": [
55
"openssl",
66
"nlohmann-json"

0 commit comments

Comments
 (0)