Skip to content

Commit

Permalink
chore(release): 0.64.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.64.6](v0.64.5...v0.64.6) (2020-12-03)

### Bug Fixes

* use bionic base image ([85fe674](85fe674)), closes [#349](#349)
  • Loading branch information
semantic-release-bot committed Dec 3, 2020
1 parent 85fe674 commit 0b57262
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.64.6](https://github.com/gotson/komga/compare/v0.64.5...v0.64.6) (2020-12-03)


### Bug Fixes

* use bionic base image ([85fe674](https://github.com/gotson/komga/commit/85fe674e6a3f4977450f089b83c91f22e1f6f390)), closes [#349](https://github.com/gotson/komga/issues/349)

## [0.64.5](https://github.com/gotson/komga/compare/v0.64.4...v0.64.5) (2020-11-23)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.64.5
version=0.64.6
44 changes: 22 additions & 22 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
Expand Down Expand Up @@ -859,13 +859,13 @@
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
Expand Down Expand Up @@ -1321,13 +1321,13 @@
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
Expand Down Expand Up @@ -1367,13 +1367,13 @@
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"numberOfElements": {
"format": "int32",
"type": "integer"
},
"last": {
"type": "boolean"
},
"size": {
"format": "int32",
"type": "integer"
Expand Down Expand Up @@ -1455,26 +1455,26 @@
],
"openapi": "3.0.1",
"paths": {
"/opds/v1.2/search": {
"/opds/v1.2/series/latest": {
"get": {
"operationId": "getSearch",
"operationId": "getLatestSeries_1",
"responses": {
"200": {
"description": "OK",
"content": {
"application/xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
"$ref": "#/components/schemas/OpdsFeed"
}
},
"application/atom+xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
"$ref": "#/components/schemas/OpdsFeed"
}
},
"text/xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
"$ref": "#/components/schemas/OpdsFeed"
}
}
}
Expand All @@ -1485,26 +1485,26 @@
]
}
},
"/opds/v1.2/series/latest": {
"/opds/v1.2/search": {
"get": {
"operationId": "getLatestSeries_1",
"operationId": "getSearch",
"responses": {
"200": {
"description": "OK",
"content": {
"application/xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
"$ref": "#/components/schemas/OpenSearchDescription"
}
},
"application/atom+xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
"$ref": "#/components/schemas/OpenSearchDescription"
}
},
"text/xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
"$ref": "#/components/schemas/OpenSearchDescription"
}
}
}
Expand Down

0 comments on commit 0b57262

Please sign in to comment.