Skip to content

Commit 1f7a112

Browse files
committed
Release v0.1.0
1 parent 4467fcf commit 1f7a112

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
58
## [Unreleased]
69

710
### Added
8-
- Initial SDK release
911

1012
### Changed
1113

@@ -17,5 +19,23 @@ All notable changes to this project will be documented in this file.
1719

1820
### Security
1921

20-
## [0.1.0] - TBD
21-
- First release.
22+
## [0.1.0] - 2025-08-04
23+
24+
### Added
25+
- Initial release of the official Flightradar24 API Python SDK
26+
- Core client with authentication and rate limiting support
27+
- Live flight positions API endpoint
28+
- Historic flight positions API endpoint
29+
- Flight summary and tracking information
30+
- Airport data retrieval
31+
- Airline information lookup
32+
- Geographic models for coordinates and bounds
33+
- Comprehensive error handling with custom exceptions
34+
- Type hints and Pydantic models for all API responses
35+
- Usage tracking and API limits monitoring
36+
- Unit and integration tests
37+
- Documentation and examples
38+
- Support for Python 3.9+
39+
40+
[Unreleased]: https://github.com/flightradar24/fr24api-sdk/compare/v0.1.0...HEAD
41+
[0.1.0]: https://github.com/flightradar24/fr24api-sdk/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fr24sdk"
7-
version = "0.0.1"
7+
version = "0.1.0"
88
description = "Python SDK for the Flightradar24 API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)