From 1adc60aa0d21a61346076535c4310ec0a8d3bcba Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 15 Aug 2026 12:30:31 +0100 Subject: [PATCH] Bump visioncortex to 0.9.3 Minor upstream bug fix. No traced-output change (golden tests unchanged); full workspace suite passes. --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a467e70..22f072a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] + +### Changed + +* Bump `visioncortex` to 0.9.3 — a minor upstream bug fix. + ## 1.0.0-alpha.3 - 2026-08-01 ### Added diff --git a/Cargo.toml b/Cargo.toml index af78ff7..411cdbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ homepage = "http://www.visioncortex.org/vtracer" repository = "https://github.com/visioncortex/vtracer/" [workspace.dependencies] -visioncortex = "0.9.2" +visioncortex = "0.9.3" # Schneider curve fitting for the simplify pass. visioncortex pins an old # flo_curves internally for legacy reasons; we depend on the current one # directly and convert at the call boundary.