File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " vecorel-cli"
7- version = " 0.2.8 "
7+ version = " 0.2.9 "
88description = " CLI tools such as validation and file format conversion for vecorel."
99readme = " README.md"
1010license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments