File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11name : Upload Python Package
22
33on :
4- release :
5- types :
6- - published
4+ push :
5+ tags :
6+ - v*
77
88permissions :
99 contents : read
Original file line number Diff line number Diff 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
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.3 "
7+ version = " 0.2.4 "
88description = " CLI tools such as validation and file format conversion for vecorel."
99readme = " README.md"
1010license = " Apache-2.0"
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.3 "
39+ "vecorel-cli" : " 0.2.4 "
4040 },
4141 "type" : " application/vnd.apache.parquet" ,
4242 "table:columns" : [
You can’t perform that action at this time.
0 commit comments