Skip to content

Commit c339267

Browse files
gerwyn-ngclaude
andcommitted
Fix changelog wording, version fallback, and README ToC link
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d69eb72 commit c339267

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1212
### Added
1313

1414
- `brand_radar_sov_history()`, `brand_radar_cited_domains()`, `brand_radar_cited_pages()` methods
15-
- Synced latest API schemas from monorepo (52 endpoints total)
15+
- Updated API schemas (52 endpoints total)
1616

1717
## [0.3.0]
1818

@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2121
- `batch_analysis()` method for the Batch Analysis POST endpoint
2222
- `BatchAnalysisRequest`, `BatchAnalysisTarget`, `BatchAnalysisData` types
2323
- POST request support in both sync and async clients (`http_method` parameter on `_request()`)
24-
- Codegen support for POST endpoints with JSON request bodies and `$ref` resolution
24+
- POST endpoint support with typed request bodies and nested models
2525

2626
## [0.2.0]
2727

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Python client for the [Ahrefs API](https://ahrefs.com/api). Typed request and re
1111
## Table of Contents
1212

1313
- [Installation](#installation)
14-
- [AI Coding Assistant](#ai-coding-assistant)
14+
- [AI Coding Agent](#ai-coding-agent)
1515
- [Quick Start](#quick-start)
1616
- [Usage](#usage)
1717
- [Request Styles](#request-styles)

src/ahrefs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
try:
44
__version__ = version("ahrefs-python")
55
except PackageNotFoundError:
6-
__version__ = "0.2.0" # fallback for editable installs without metadata
6+
__version__ = "0.3.1" # fallback for editable installs without metadata

0 commit comments

Comments
 (0)