File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cmake_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
66set (LLMCPP_VERSION_MAJOR ${PROJECT_VERSION_MAJOR} )
Original file line number Diff line number Diff line change 11{
22 "name" : " llmcpp" ,
3- "version" : " 1.0.21 " ,
3+ "version" : " 1.0.22 " ,
44 "dependencies" : [
55 " openssl" ,
66 " nlohmann-json"
You can’t perform that action at this time.
0 commit comments