Skip to content

Commit 0c418eb

Browse files
Merge pull request #48 from lucaromagnoli/release/v1.0.23
Release/v1.0.23
2 parents 344dda4 + b5e7d74 commit 0c418eb

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

55

66

7+
## [1.0.23] - 2025-08-08
8+
9+
### Documentation
10+
- add GPT-5 mini/nano; usage note for reasoning effort; enums updated
11+
12+
### Build
13+
- add CodeQL, gitleaks, dependency review, and secret-file guard
14+
- switch to manual gitleaks invocation; set GITHUB_TOKEN; ensure SARIF path exists
15+
- trigger only on push/schedule; drop PR triggers; make gitleaks non-blocking off main
16+
17+
### Maintenance
18+
- v1.0.23
19+
20+
### Other
21+
- Merge pull request #41 from lucaromagnoli/release/v1.0.22
22+
- tests(bench): add model-comparison integration benchmark and internal microbenchmarks
23+
- Merge pull request #45 from lucaromagnoli/ci/security-workflow
24+
- Merge pull request #46 from lucaromagnoli/docs/readme-gpt5
25+
- tests(bench): add test_benchmarks.cpp to the test suite and remove obsolete integration benchmark file
26+
- bench: exclude unsupported models; boost caps for reasoning models; add run_model_benchmarks.sh; CSV output
27+
- bench: move run_model_benchmarks.sh under tests/bench
28+
- bench: mark run_model_benchmarks.sh executable
29+
- bench: avoid max_output_tokens for GPT-5 family; keep caps for others
30+
- bench: include token usage (input/output/total) in CSV output
31+
- models: add gpt-5-mini and gpt-5-nano to RESPONSES_MODELS list
32+
- Merge pull request #47 from lucaromagnoli/feat/model-benchmarks
33+
734
## [1.0.22] - 2025-08-08
835

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

0 commit comments

Comments
 (0)