File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.8.4] - 2025-03-26
8
+
9
+ ### Improved
10
+
11
+ - General codebase
12
+ - FuturamaAPI stability
13
+
7
14
## [ 1.8.3] - 2025-03-16
8
15
9
16
### Fixed
@@ -252,6 +259,7 @@ For now auto generation available only
252
259
- GraphQL: Season selection by id
253
260
- GraphQL: Paginated (Edged) seasons selection
254
261
262
+ [ 1.8.4 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.8.4
255
263
[ 1.8.3 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.8.3
256
264
[ 1.8.2 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.8.2
257
265
[ 1.8.1 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.8.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "futuramaapi"
3
3
4
4
[tool .poetry ]
5
5
name = " futuramaapi"
6
- version = " 1.8.3 "
6
+ version = " 1.8.4 "
7
7
description = " Inspired REST and GraphQL API based on TV show Futurama."
8
8
authors = [" Ivan Koldakov <coldie322@gmail.com>" ]
9
9
readme = " README.md"
You can’t perform that action at this time.
0 commit comments