Bump version to v3.3.0

This commit is contained in:
jaseg 2026-04-25 12:30:38 +02:00
parent a4c06658fe
commit b07f461be3
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "gerbolyze"
version = "3.2.0"
version = "3.3.0"
description = """A high-resolution image-to-PCB converter. Gerbolyze plots SVG, PNG and JPG onto existing gerber \
files. It handles almost the full SVG spec and deals with text, path outlines, patterns, arbitrary paths with \
self-intersections and holes, etc. fully automatically. It can vectorize raster images both by contour tracing and by \

View file

@ -31,7 +31,7 @@
namespace gerbolyze {
constexpr char lib_version[] = "3.2.0";
constexpr char lib_version[] = "3.3.0";
typedef std::function<std::vector<d2p> *(double, double, double)> sampling_fun;

View file

@ -1,6 +1,6 @@
[project]
name = "svg-flatten-wasi"
version = "3.2.0"
version = "3.3.0"
description = "svg-flatten SVG downconverter"
readme = { file = "README.rst", content-type = "text/x-rst" }
license = { text = "AGPLv3+" }