Skip to content

Commit e61e1ca

Browse files
committed
v0.2.13
1 parent 29892b6 commit e61e1ca

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.2.13] - 2026-02-13
11+
1012
- Change default compression to zstd
1113
- Add option to set compression level, zstd defaults to 15
1214
- Add support for Python 3.14, remove support for Python 3.10
@@ -90,7 +92,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9092

9193
- First release based on vecorel CLI 0.1.0
9294

93-
[Unreleased]: <https://github.com/vecorel/cli/compare/v0.2.12...main>
95+
[Unreleased]: <https://github.com/vecorel/cli/compare/v0.2.13...main>
96+
[v0.2.13]: <https://github.com/vecorel/cli/compare/v0.2.12...v0.2.13>
9497
[v0.2.12]: <https://github.com/vecorel/cli/compare/v0.2.11...v0.2.12>
9598
[v0.2.11]: <https://github.com/vecorel/cli/compare/v0.2.10...v0.2.11>
9699
[v0.2.10]: <https://github.com/vecorel/cli/compare/v0.2.9...v0.2.10>

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vecorel-cli"
7-
version = "0.2.12"
7+
version = "0.2.13"
88
description = "CLI tools such as validation and file format conversion for vecorel."
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)