File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 33try :
44 __version__ = version ("ahrefs-python" )
55except PackageNotFoundError :
6- __version__ = "0.2.0 " # fallback for editable installs without metadata
6+ __version__ = "0.3.1 " # fallback for editable installs without metadata
You can’t perform that action at this time.
0 commit comments