Skip to content

Commit 02be778

Browse files
committed
v0.2.9
1 parent f2c1bb0 commit 02be778

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.9] - 2025-10-09
11+
1012
- Converters: `column_filters` allows to inverse the mask
1113
- Fix use of license and provider in converter list
1214
- Various small bug fixes and type hint fixes
@@ -66,7 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6668

6769
- First release based on vecorel CLI 0.1.0
6870

69-
[Unreleased]: <https://github.com/vecorel/cli/compare/v0.2.8...main>
71+
[Unreleased]: <https://github.com/vecorel/cli/compare/v0.2.9...main>
72+
[v0.2.9]: <https://github.com/vecorel/cli/compare/v0.2.8...v0.2.9>
7073
[v0.2.8]: <https://github.com/vecorel/cli/compare/v0.2.7...v0.2.8>
7174
[v0.2.7]: <https://github.com/vecorel/cli/compare/v0.2.6...v0.2.7>
7275
[v0.2.6]: <https://github.com/vecorel/cli/compare/v0.2.5...v0.2.6>

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.8"
7+
version = "0.2.9"
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)