Skip to content

Commit 84bab80

Browse files
committed
v0.2.4
1 parent c50e3e4 commit 84bab80

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Upload Python Package
22

33
on:
4-
release:
5-
types:
6-
- published
4+
push:
5+
tags:
6+
- v*
77

88
permissions:
99
contents: read

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.2.4] - 2025-08-27
11+
12+
- Encode numpy datatypes correctly when exporting to JSON
13+
- Code refactoring
14+
1015
## [v0.2.3] - 2025-08-26
1116

1217
- Better support for merging schemas
13-
- Small code improvements
1418

1519
## [v0.2.2] - 2025-08-25
1620

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.3"
7+
version = "0.2.4"
88
description = "CLI tools such as validation and file format conversion for vecorel."
99
readme = "README.md"
1010
license = "Apache-2.0"

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.3"
39+
"vecorel-cli": "0.2.4"
4040
},
4141
"type": "application/vnd.apache.parquet",
4242
"table:columns": [

0 commit comments

Comments
 (0)