File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 44
55
66
7+ ## [ 1.1.0] - 2025-08-09
8+
9+ ### Added
10+ - Complete Anthropic Claude API integration
11+ - Add unified OpenAI vs Anthropic benchmark tests
12+
13+ ### Fixed
14+ - Anthropic API integration bug fixes
15+
16+ ### Documentation
17+ - Add comprehensive benchmark analysis to README
18+
19+ ### Testing
20+ - fix Anthropic unit tests to match corrected message ordering
21+
22+ ### Build
23+ - trigger CI workflow
24+ - remove paths-ignore rule that skips CI on documentation changes
25+ - refine paths-ignore to only skip docs/ directory
26+ - skip CI on documentation branches (docs/** )
27+
28+ ### Other
29+ - Merge pull request #50 from lucaromagnoli/feat/anthropic-integration
30+
731## [ 1.0.23] - 2025-08-08
832
933### Documentation
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.22 )
22
3- project (llmcpp VERSION 1.0.23 )
3+ project (llmcpp VERSION 1.1.0 )
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.23 " ,
3+ "version" : " 1.1.0 " ,
44 "dependencies" : [
55 " openssl" ,
66 " nlohmann-json"
You can’t perform that action at this time.
0 commit comments