File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ 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.10.2] - 2026-01-02
8+
9+ ### Fixed
10+
11+ - Typos in docs.
12+
713## [ 1.10.1] - 2026-01-02
814
915### Added
1016
11- - Favorite characters API (add, list, delete)
17+ - Favorite characters API (add, list, delete).
1218
1319## [ 1.9.18] - 2025-12-31
1420
@@ -402,6 +408,7 @@ For now auto generation available only
402408- GraphQL: Season selection by id
403409- GraphQL: Paginated (Edged) seasons selection
404410
411+ [ 1.10.2 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.10.2
405412[ 1.10.1 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.10.1
406413[ 1.9.18 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.9.18
407414[ 1.9.17 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.9.17
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.10.1 "
6+ version = " 1.10.2 "
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