Skip to content

Commit bb59ef8

Browse files
Merge pull request #41 from lucaromagnoli/release/v1.0.22
chore: bump version to 1.0.22 and update changelog
2 parents e68ab8a + 194db60 commit bb59ef8

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

55

66

7+
## [1.0.22] - 2025-08-08
8+
9+
### Added
10+
- add GPT-5 model support (enum, mappings, responses list); tests cover model and integration stub
11+
12+
### Fixed
13+
- remove branch restrictions from CI workflow - tests should run everywhere
14+
- remove pull_request trigger to avoid duplicate expensive builds
15+
- release workflow should only trigger on merge to main
16+
17+
### Other
18+
- Merge pull request #39 from lucaromagnoli/release/v1.0.21
19+
- openai: gpt-5 integration hardening — client auto-polls incomplete responses; remove explicit maxTokens in integration tests; drop manual polling in tests; minor debug output tweaks
20+
- Merge pull request #40 from lucaromagnoli/feat/gpt5
21+
722
## [1.0.21] - 2025-08-07
823

924
### Fixed

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.0.21 LANGUAGES CXX)
3+
project(llmcpp VERSION 1.0.22 LANGUAGES CXX)
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.0.21",
3+
"version": "1.0.22",
44
"dependencies": [
55
"openssl",
66
"nlohmann-json"

0 commit comments

Comments
 (0)