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

Commit a244794

Browse files
committed
bump: version 0.2.2 → 0.2.3
1 parent 2097b82 commit a244794

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## 0.2.3 (2023-12-06)
4+
5+
### Fix
6+
7+
- handle multiple geoms if within FeatureCollection
8+
- correctly handle file context for outputGeojson
9+
- fix parsing of Feature type, improve logging
10+
- prevent attempting to parse paths >250 chars (i.e. geojson)
11+
312
## 0.2.2 (2023-12-05)
413

514
### Fix

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.2
21+
VERSION := 0.2.3
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.2"
1+
__version__ = "0.2.3"

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.2"
48+
version = "0.2.3"
4949
version_files = [
5050
"pyproject.toml:version",
5151
"fmtm_splitter/__version__.py",

0 commit comments

Comments
 (0)