Skip to content

Commit 74cf2df

Browse files
committed
v0.2.2
1 parent 1321550 commit 74cf2df

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.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>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vecorel-cli"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "CLI tools such as validation and file format conversion for vecorel."
99
readme = "README.md"
10-
license = {text = "Apache-2.0"}
10+
license = "Apache-2.0"
1111
authors = [
1212
{name = "Matthias Mohr"}
1313
]

tests/data-files/stac/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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": [

0 commit comments

Comments
 (0)