Skip to content

Commit ba6e97d

Browse files
committed
Release v0.2.0
1 parent 1d49059 commit ba6e97d

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [0.2.0] - 2025-09-18
23+
24+
### Added
25+
- No provided key class
26+
- String converstion in query parameters fix. Addressing [#15](https://github.com/Flightradar24/fr24api-sdk-python/issues/15)
27+
28+
[0.2.0]: https://github.com/flightradar24/fr24api-sdk-python/releases/tag/v0.1.0
29+
2230
## [0.1.0] - 2025-08-04
2331

2432
### Added

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.1.0"
7+
version = "0.2.0"
88
description = "Python SDK for the Flightradar24 API"
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/fr24sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44
"""Flightradar24 API SDK for Python."""
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.2.0"
77

88
from .client import Client
99

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)