Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit f05b5fc

Browse files
committed
bump: version 0.2.1 → 0.2.2
1 parent 1c77a9c commit f05b5fc

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## 0.2.2 (2023-12-05)
4+
5+
### Fix
6+
7+
- pass geojson as features, not geopandas df
8+
- manage aoi parsing: geom, feat, featcol
9+
- correct parsing of dict aoi objects
10+
11+
### Refactor
12+
13+
- reduce verbosity of logging when parsing geojsons
14+
- merge dict and str aoi parsing
15+
316
## 0.2.1 (2023-12-05)
417

518
### Refactor

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PACKAGE := org.osm_fieldwork.py
2020
NAME := fmtm-splitter
21-
VERSION := 0.2.1
21+
VERSION := 0.2.2
2222

2323
# All python source files
2424
# MDS := $(wildcard ./docs/*.md)

fmtm_splitter/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pythonpath = "fmtm_splitter"
4545

4646
[tool.commitizen]
4747
name = "cz_conventional_commits"
48-
version = "0.2.1"
48+
version = "0.2.2"
4949
version_files = [
5050
"pyproject.toml:version",
5151
"fmtm_splitter/__version__.py",

0 commit comments

Comments
 (0)