Skip to content

Commit e29ef6b

Browse files
Alexclaude
andcommitted
chore: bump version to 0.2.1 for release
Version bump to enable trusted publishing via GitHub Actions. No functional changes — CI, coverage, and documentation only. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a2d1322 commit e29ef6b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
- Add CI workflow, Codecov coverage reporting, and GitHub Actions gem release
6+
- Add comprehensive README with badges, API reference, and capability tables
7+
- Add SimpleCov with 95% minimum coverage enforcement (141 tests, 99.56% line coverage)
8+
- Add Rakefile for gem release task
9+
310
## 0.2.0
411

512
- Generalize API from `supports_schema?(model, thinking:)` to `supports?(model, capability, context: {})`

lib/llm_capabilities/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# typed: true
33

44
module LLMCapabilities
5-
VERSION = "0.2.0"
5+
VERSION = "0.2.1"
66
end

0 commit comments

Comments
 (0)