File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
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.2] - 2025-08-25
11+
1012- Make the whole library easier to rebrand and reuse
1113- Separate CLI creation from ` __init__.py ` files to avoid import race coditions
1214- Add return value to ` ConvertData.check_datasets `
@@ -28,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2830
2931- First release based on vecorel CLI 0.1.0
3032
31- [ Unreleased ] : < https://github.com/vecorel/cli/compare/v0.2.1...main >
33+ [ Unreleased ] : < https://github.com/vecorel/cli/compare/v0.2.2...main >
34+ [ v0.2.2 ] : < https://github.com/vecorel/cli/compare/v0.2.1...v0.2.2 >
3235[ v0.2.1 ] : < https://github.com/vecorel/cli/compare/v0.2.0...v0.2.1 >
3336[ v0.2.0 ] : < https://github.com/vecorel/cli/compare/v0.1.0...v0.2.0 >
3437[ v0.1.0 ] : < https://github.com/vecorel/cli/compare/v0.1.0 >
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " vecorel-cli"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " CLI tools such as validation and file format conversion for vecorel."
99readme = " README.md"
10- license = { text = " Apache-2.0" }
10+ license = " Apache-2.0"
1111authors = [
1212 {name = " Matthias Mohr" }
1313]
Original file line number Diff line number Diff line change 3636 ],
3737 "href" : " file://C:/Dev/vecorel-cli/tests/data-files/stac/de-sh.parquet" ,
3838 "processing:software" : {
39- "vecorel-cli" : " 0.2.1 "
39+ "vecorel-cli" : " 0.2.2 "
4040 },
4141 "type" : " application/vnd.apache.parquet" ,
4242 "table:columns" : [
You can’t perform that action at this time.
0 commit comments