From 2db64e8f0d0f970205246778cb5f51f2ae7b3ecc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jul 2020 08:02:27 +0000 Subject: [PATCH] chore(release): 0.50.1 [skip ci] ## [0.50.1](https://github.com/gotson/komga/compare/v0.50.0...v0.50.1) (2020-07-30) ### Bug Fixes * **docker:** docker image doesn't start ([8bce80b](https://github.com/gotson/komga/commit/8bce80b408143416335a8afb356b8ea404b22369)) --- CHANGELOG.md | 7 ++++ gradle.properties | 2 +- komga/docs/openapi.json | 78 ++++++++++++++++++++--------------------- 3 files changed, 47 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292c2a79..a339183d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.50.1](https://github.com/gotson/komga/compare/v0.50.0...v0.50.1) (2020-07-30) + + +### Bug Fixes + +* **docker:** docker image doesn't start ([8bce80b](https://github.com/gotson/komga/commit/8bce80b408143416335a8afb356b8ea404b22369)) + # [0.50.0](https://github.com/gotson/komga/compare/v0.49.0...v0.50.0) (2020-07-30) diff --git a/gradle.properties b/gradle.properties index f2dfbaea..9e94b846 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.50.0 +version=0.50.1 diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 5287a430..6e1e7930 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -33,13 +33,13 @@ "format": "int32", "type": "integer" }, + "last": { + "type": "boolean" + }, "numberOfElements": { "format": "int32", "type": "integer" }, - "last": { - "type": "boolean" - }, "size": { "format": "int32", "type": "integer" @@ -874,13 +874,13 @@ "format": "int32", "type": "integer" }, + "last": { + "type": "boolean" + }, "numberOfElements": { "format": "int32", "type": "integer" }, - "last": { - "type": "boolean" - }, "size": { "format": "int32", "type": "integer" @@ -920,13 +920,13 @@ "format": "int32", "type": "integer" }, + "last": { + "type": "boolean" + }, "numberOfElements": { "format": "int32", "type": "integer" }, - "last": { - "type": "boolean" - }, "size": { "format": "int32", "type": "integer" @@ -1000,36 +1000,6 @@ ], "openapi": "3.0.1", "paths": { - "/opds/v1.2/search": { - "get": { - "operationId": "getSearch", - "responses": { - "200": { - "description": "OK", - "content": { - "application/xml": { - "schema": { - "$ref": "#/components/schemas/OpenSearchDescription" - } - }, - "application/atom+xml": { - "schema": { - "$ref": "#/components/schemas/OpenSearchDescription" - } - }, - "text/xml": { - "schema": { - "$ref": "#/components/schemas/OpenSearchDescription" - } - } - } - } - }, - "tags": [ - "opds-controller" - ] - } - }, "/opds/v1.2/series/latest": { "get": { "operationId": "getLatestSeries_1", @@ -1060,6 +1030,36 @@ ] } }, + "/opds/v1.2/search": { + "get": { + "operationId": "getSearch", + "responses": { + "200": { + "description": "OK", + "content": { + "application/xml": { + "schema": { + "$ref": "#/components/schemas/OpenSearchDescription" + } + }, + "application/atom+xml": { + "schema": { + "$ref": "#/components/schemas/OpenSearchDescription" + } + }, + "text/xml": { + "schema": { + "$ref": "#/components/schemas/OpenSearchDescription" + } + } + } + } + }, + "tags": [ + "opds-controller" + ] + } + }, "/api/v1/books/{bookId}/next": { "get": { "operationId": "getBookSiblingNext",