File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44
55This 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "futuramaapi"
33
44[tool .poetry ]
55name = " futuramaapi"
6- version = " 1.9.18 "
6+ version = " 1.10.1 "
77description = " Inspired REST and GraphQL API based on TV show Futurama."
88authors = [" Ivan Koldakov <ivan.koldakov@gmail.com>" ]
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments