We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3223ba5 commit c03a8ffCopy full SHA for c03a8ff
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## 0.6.4 - 2024-03-29
9
+
10
+* Update `visioncortex` version to `0.8.8`
11
12
## 0.6.3 - 2023-11-21
13
14
* New converter API https://github.com/visioncortex/vtracer/pull/59
cmdapp/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vtracer"
3
-version = "0.6.3"
+version = "0.6.4"
4
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
edition = "2021"
description = "A cmd app to convert images into vector graphics."
0 commit comments