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

Commit 264c732

Browse files
committed
bump: version 1.1.1 → 1.1.2
1 parent 56e3101 commit 264c732

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGELOG.md

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

3+
## 1.1.2 (2024-02-15)
4+
5+
### Fix
6+
7+
- add useStWithin=False for polyline extracts
8+
- add aeroway tag for linestring extract generation
9+
- add railway tag to generated data extracts
10+
- selecting all geometries if no data extract included
11+
- more flexible parsing of extract tags
12+
- update ST_Contains --> ST_Intersects for polylines view
13+
- improve error handling if json file input invalid
14+
- merge aoi geoms prior to data extract generation
15+
- bug parsing geojson tags key if string
16+
17+
### Refactor
18+
19+
- remove ValueError if no geoms generated
20+
321
## 1.1.1 (2024-02-11)
422

523
### 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 := 1.1.1
21+
VERSION := 1.1.2
2222

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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
volumes:
3131
# Mount local package
3232
- ./fmtm_splitter:/usr/local/lib/python3.10/site-packages/fmtm_splitter
33-
# - ../osm-rawdata/osm_rawdata:/usr/local/lib/python3.10/site-packages/osm_rawdata
33+
- ../osm-rawdata/osm_rawdata:/usr/local/lib/python3.10/site-packages/osm_rawdata
3434
# Mount local tests
3535
- ./tests:/data/tests
3636
# For output data

fmtm_splitter/__version__.py

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

pyproject.toml

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

4545
[tool.commitizen]
4646
name = "cz_conventional_commits"
47-
version = "1.1.1"
47+
version = "1.1.2"
4848
version_files = [
4949
"pyproject.toml:version",
5050
"fmtm_splitter/__version__.py",

0 commit comments

Comments
 (0)