Skip to content

Commit

Permalink
bump: version 1.1.1 → 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 15, 2024
1 parent 56e3101 commit 264c732
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## 1.1.2 (2024-02-15)

### Fix

- add useStWithin=False for polyline extracts
- add aeroway tag for linestring extract generation
- add railway tag to generated data extracts
- selecting all geometries if no data extract included
- more flexible parsing of extract tags
- update ST_Contains --> ST_Intersects for polylines view
- improve error handling if json file input invalid
- merge aoi geoms prior to data extract generation
- bug parsing geojson tags key if string

### Refactor

- remove ValueError if no geoms generated

## 1.1.1 (2024-02-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PACKAGE := org.osm_fieldwork.py
NAME := fmtm-splitter
VERSION := 1.1.1
VERSION := 1.1.2

# All python source files
# MDS := $(wildcard ./docs/*.md)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
volumes:
# Mount local package
- ./fmtm_splitter:/usr/local/lib/python3.10/site-packages/fmtm_splitter
# - ../osm-rawdata/osm_rawdata:/usr/local/lib/python3.10/site-packages/osm_rawdata
- ../osm-rawdata/osm_rawdata:/usr/local/lib/python3.10/site-packages/osm_rawdata
# Mount local tests
- ./tests:/data/tests
# For output data
Expand Down
2 changes: 1 addition & 1 deletion fmtm_splitter/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pythonpath = "fmtm_splitter"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.1"
version = "1.1.2"
version_files = [
"pyproject.toml:version",
"fmtm_splitter/__version__.py",
Expand Down

0 comments on commit 264c732

Please sign in to comment.