Skip to content

Commit f1129fc

Browse files
Merge pull request #51 from lucaromagnoli/release/v1.1.0
chore: bump version to 1.1.0 and update changelog
2 parents ca74480 + 13903ca commit f1129fc

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
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

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.23)
3+
project(llmcpp VERSION 1.1.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.0.23",
3+
"version": "1.1.0",
44
"dependencies": [
55
"openssl",
66
"nlohmann-json"

0 commit comments

Comments
 (0)