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

Commit e5eecb2

Browse files
committed
bump: version 0.3.6 → 0.3.7
1 parent 27dddc9 commit e5eecb2

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,3 +1,16 @@
1+
## 0.3.7 (2023-10-23)
2+
3+
### Fix
4+
5+
- Add simple test case for creating imagery basemaps
6+
- Accumulate all tiles for all zoom levels
7+
- Use boundary file that is a single Feature in addition to a FeatureCollection
8+
- Pass the config file to the YAML parser
9+
- Add USGS reference numbers for highways
10+
- custom tms download logic (tile ordering)
11+
- bug pmtile generation if file exists in first dir
12+
- create basemap directory automatically
13+
114
## 0.3.6 (2023-10-09)
215

316
### 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 := osm-fieldwork
21-
VERSION := 0.3.6
21+
VERSION := 0.3.7
2222

2323
# All python source files
2424
FILES := $(wildcard ./osm_fieldwork/*.py)

osm_fieldwork/__version__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pythonpath = "osm_fieldwork"
6161

6262
[tool.commitizen]
6363
name = "cz_conventional_commits"
64-
version = "0.3.6"
64+
version = "0.3.7"
6565
version_files = [
6666
"pyproject.toml:version",
6767
"osm_fieldwork/__version__.py",

0 commit comments

Comments
 (0)