From c03a8ffced1148c017b23b718cdd7866021dda6b Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 29 Mar 2024 19:00:15 +0000 Subject: [PATCH] 0.6.4 --- CHANGELOG.md | 4 ++++ cmdapp/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8944b23..71d69f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cmdapp/Cargo.toml b/cmdapp/Cargo.toml index 9437a48..13252d6 100644 --- a/cmdapp/Cargo.toml +++ b/cmdapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vtracer" -version = "0.6.3" +version = "0.6.4" authors = ["Chris Tsang "] edition = "2021" description = "A cmd app to convert images into vector graphics."