Skip to content

Commit 15f3b75

Browse files
committed
0.6.12
1 parent f24ea56 commit 15f3b75

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 0.6.12 - 2026-02-04
9+
10+
* Python Binding
11+
12+
## 0.6.5 - 2025-10-17
13+
14+
* Update `fastrand` to `2.3`
15+
816
## 0.6.4 - 2024-03-29
917

1018
* Update `visioncortex` version to `0.8.8`

cmdapp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vtracer"
3-
version = "0.6.6"
3+
version = "0.6.12"
44
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
55
edition = "2021"
66
description = "A cmd app to convert images into vector graphics."

cmdapp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vtracer"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
description = "Python bindings for the Rust Vtracer raster-to-vector library"
55
authors = [ { name = "Chris Tsang", email = "chris.2y3@outlook.com" } ]
66
readme = "vtracer/README.md"

0 commit comments

Comments
 (0)