diff --git a/HISTORY.rst b/HISTORY.rst index 72d129894f79d7423f0b6bf668fddbb352b74281_SElTVE9SWS5yc3Q=..666c7fa951c925f44e74f7881b1058418858b693_SElTVE9SWS5yc3Q= 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ Release history =============== -0.3.3 ------ +0.3.3 (2021-06-14) +------------------ - fix engines priorities so that html->pdf is done by wpd by default (ie, always) @@ -6,9 +6,9 @@ - fix engines priorities so that html->pdf is done by wpd by default (ie, always) -0.3.2 (2020-04-22) +0.3.2 (2021-04-22) ------------------ - od-templating: fix a crash when a xml element opens in a mustache tag and closes in another. @@ -10,10 +10,10 @@ ------------------ - od-templating: fix a crash when a xml element opens in a mustache tag and closes in another. -0.3.1 (2020-03-10) +0.3.1 (2021-03-10) ------------------ - mjml: Fix a process crash when the mjml source is not a valid mjml document. @@ -16,8 +16,8 @@ ------------------ - mjml: Fix a process crash when the mjml source is not a valid mjml document. -0.3.0 (2020-03-09) +0.3.0 (2021-03-09) ------------------ - use the 'database' package provided by go-orusapi diff --git a/restapi/doc.go b/restapi/doc.go index 72d129894f79d7423f0b6bf668fddbb352b74281_cmVzdGFwaS9kb2MuZ28=..666c7fa951c925f44e74f7881b1058418858b693_cmVzdGFwaS9kb2MuZ28= 100644 --- a/restapi/doc.go +++ b/restapi/doc.go @@ -10,7 +10,7 @@ // https // Host: localhost // BasePath: /api -// Version: 0.3.2 +// Version: 0.3.3 // // Consumes: // - application/io.orus.rednerd.v1+json diff --git a/restapi/embedded_spec.go b/restapi/embedded_spec.go index 72d129894f79d7423f0b6bf668fddbb352b74281_cmVzdGFwaS9lbWJlZGRlZF9zcGVjLmdv..666c7fa951c925f44e74f7881b1058418858b693_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.3.2" + "version": "0.3.3" }, "basePath": "/api", "paths": { @@ -1086,7 +1086,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.3.2" + "version": "0.3.3" }, "basePath": "/api", "paths": { diff --git a/swagger.yaml b/swagger.yaml index 72d129894f79d7423f0b6bf668fddbb352b74281_c3dhZ2dlci55YW1s..666c7fa951c925f44e74f7881b1058418858b693_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.3.2 + version: 0.3.3 consumes: - application/io.orus.rednerd.v1+json - application/json