File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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.3.2] - 2024-08-28
8
+
9
+ ### Fixed
10
+
11
+ - Minor bugs
12
+
7
13
## [ 1.3.1] - 2024-07-22
8
14
9
15
### Improved
@@ -149,6 +155,7 @@ For now auto generation available only
149
155
- GraphQL: Season selection by id
150
156
- GraphQL: Paginated (Edged) seasons selection
151
157
158
+ [ 1.3.2 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.3.2
152
159
[ 1.3.1 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.3.1
153
160
[ 1.3.0 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.3.0
154
161
[ 1.2.1 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.2.1
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " futuramaapi"
3
- version = " 1.3.1 "
3
+ version = " 1.3.2 "
4
4
description = " Inspired REST and GraphQL API based on TV show Futurama"
5
5
authors = [
" Ivan Koldakov <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments