Skip to content

Commit 92c92c3

Browse files
committed
v0.2.14
1 parent 07279f1 commit 92c92c3

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## [v0.2.14] - 2026-02-13
1111

12-
- Load the most specific class for converters
1312
- Enable verbose mode via env `VECOREL_VERBOSE` set to `1`
14-
- Converters: Move block size check so that it applies for all downloads
13+
- Converters:
14+
- Load the most specific class for converters
15+
- Move block size check so that it applies for all downloads
16+
- Avoid error with license set to None
17+
- Made glob recursive, so it can be used for multiple directories
1518

1619
## [v0.2.13] - 2026-02-13
1720

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.13"
7+
version = "0.2.14"
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)