Skip to content

Commit 59d0082

Browse files
committed
Bump version
1 parent 05fdc30 commit 59d0082

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.19.18] - 2024-12-31
7+
## [1.10.1] - 2026-01-02
8+
9+
### Added
10+
11+
- Favorite characters API (add, list, delete)
12+
13+
## [1.9.18] - 2025-12-31
814

915
### Changed
1016

@@ -396,6 +402,8 @@ For now auto generation available only
396402
- GraphQL: Season selection by id
397403
- GraphQL: Paginated (Edged) seasons selection
398404

405+
[1.10.1]: https://github.com/koldakov/futuramaapi/releases/tag/1.10.1
406+
[1.9.18]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.18
399407
[1.9.17]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.17
400408
[1.9.16]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.16
401409
[1.9.15]: https://github.com/koldakov/futuramaapi/releases/tag/1.9.15

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "futuramaapi"
33

44
[tool.poetry]
55
name = "futuramaapi"
6-
version = "1.9.18"
6+
version = "1.10.1"
77
description = "Inspired REST and GraphQL API based on TV show Futurama."
88
authors = ["Ivan Koldakov <ivan.koldakov@gmail.com>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)