This commit is contained in:
Chris Tsang
2024-03-29 19:00:15 +00:00
parent 3223ba56ec
commit c03a8ffced
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ 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/).
## 0.6.4 - 2024-03-29
* Update `visioncortex` version to `0.8.8`
## 0.6.3 - 2023-11-21
* New converter API https://github.com/visioncortex/vtracer/pull/59

View File

@@ -1,6 +1,6 @@
[package]
name = "vtracer"
version = "0.6.3"
version = "0.6.4"
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
edition = "2021"
description = "A cmd app to convert images into vector graphics."