Skip to content
Snippets Groups Projects
Commit 666c7fa951c9 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

Prepare release 0.3.3

parent 72d129894f79
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -10,7 +10,7 @@
// https
// Host: localhost
// BasePath: /api
// Version: 0.3.2
// Version: 0.3.3
//
// Consumes:
// - application/io.orus.rednerd.v1+json
......
......@@ -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": {
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment