Skip to content

Commit 94ea91e

Browse files
committed
0.6.12
1 parent f24ea56 commit 94ea91e

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
release:
159159
name: Release
160160
runs-on: ubuntu-latest
161+
# Specifying a GitHub environment is optional, but strongly encouraged
162+
environment: python
161163
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
162164
needs: [linux, musllinux, windows, macos, sdist]
163165
permissions:

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)