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

Commit 0fcfdf4

Browse files
committed
bump: version 1.0.0 → 1.1.0
1 parent 3f0daa4 commit 0fcfdf4

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## 1.1.0 (2024-02-08)
4+
5+
### Feat
6+
7+
- parse multigeom aois with convex hull
8+
9+
### Fix
10+
11+
- command line usage of split by sql algo
12+
13+
### Refactor
14+
15+
- replace data extract parsing with staticmethod
16+
317
## 1.0.0 (2024-01-30)
418

519
### 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.0.0
21+
VERSION := 1.1.0
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__ = "1.0.0"
1+
__version__ = "1.1.0"

pyproject.toml

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

4444
[tool.commitizen]
4545
name = "cz_conventional_commits"
46-
version = "1.0.0"
46+
version = "1.1.0"
4747
version_files = [
4848
"pyproject.toml:version",
4949
"fmtm_splitter/__version__.py",

0 commit comments

Comments
 (0)