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.0.7] - 2024-06-21
8
+
9
+ ### Fixed
10
+
11
+ - Minor bugs
12
+
7
13
## [ 1.0.6] - 2024-06-18
8
14
9
15
### Security
@@ -71,6 +77,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
71
77
- GraphQL: Season selection by id
72
78
- GraphQL: Paginated (Edged) seasons selection
73
79
80
+ [ 1.0.7 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.0.7
74
81
[ 1.0.6 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.0.6
75
82
[ 1.0.5 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.0.5
76
83
[ 1.0.4 ] : https://github.com/koldakov/futuramaapi/releases/tag/1.0.4
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " futuramaapi"
3
- version = " 1.0.6 "
3
+ version = " 1.0.7 "
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