diff --git a/HISTORY.rst b/HISTORY.rst index 0fd935cb2fd12b590b0eb25ce6e7188271b5b20b_SElTVE9SWS5yc3Q=..67da38ed0cb72e852572f11312b05daaf1c42c04_SElTVE9SWS5yc3Q= 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Release history =============== +0.8.0 (2024-12-09) +================== + - go 1.23.4 - go-duktape: remove warnings diff --git a/restapi/doc.go b/restapi/doc.go index 0fd935cb2fd12b590b0eb25ce6e7188271b5b20b_cmVzdGFwaS9kb2MuZ28=..67da38ed0cb72e852572f11312b05daaf1c42c04_cmVzdGFwaS9kb2MuZ28= 100644 --- a/restapi/doc.go +++ b/restapi/doc.go @@ -10,7 +10,7 @@ // https // Host: localhost // BasePath: /api -// Version: 0.7.0 +// Version: 0.8.0 // // Consumes: // - application/io.orus.rednerd.v1+json diff --git a/restapi/embedded_spec.go b/restapi/embedded_spec.go index 0fd935cb2fd12b590b0eb25ce6e7188271b5b20b_cmVzdGFwaS9lbWJlZGRlZF9zcGVjLmdv..67da38ed0cb72e852572f11312b05daaf1c42c04_cmVzdGFwaS9lbWJlZGRlZF9zcGVjLmdv 100644 --- a/restapi/embedded_spec.go +++ b/restapi/embedded_spec.go @@ -33,7 +33,7 @@ "info": { "description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n", "title": "Rednerd API", - "version": "0.7.0" + "version": "0.8.0" }, "basePath": "/api", "paths": { @@ -1393,7 +1393,7 @@ "info": { "description": "The Rednerd rendering server. For a list of available rendering engines\nand their options, see \u003ca href=\"/docs/engines\"\u003eRednerd Engines\u003c/a\u003e.\n", "title": "Rednerd API", - "version": "0.7.0" + "version": "0.8.0" }, "basePath": "/api", "paths": { diff --git a/swagger.yaml b/swagger.yaml index 0fd935cb2fd12b590b0eb25ce6e7188271b5b20b_c3dhZ2dlci55YW1s..67da38ed0cb72e852572f11312b05daaf1c42c04_c3dhZ2dlci55YW1s 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -6,7 +6,7 @@ and their options, see <a href="/docs/engines">Rednerd Engines</a>. title: Rednerd API - version: 0.7.0 + version: 0.8.0 consumes: - application/io.orus.rednerd.v1+json - application/json