Skip to content

Commit 986e34e

Browse files
committed
bump: version 0.2.2 → 0.2.3
1 parent c2e2e65 commit 986e34e

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.3 (2024-02-15)
2+
3+
### Fix
4+
5+
- improve yaml config parsing edge cases
6+
7+
### Refactor
8+
9+
- better index handling for postgres get geom types
10+
111
## 0.2.2 (2024-02-14)
212

313
### Fix

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
PACKAGE := org.osm_rawdata.py
2020
NAME := osm-rawdata
21-
VERSION := 0.2.2
21+
VERSION := 0.2.3
2222

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

osm_rawdata/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Project version"""
2-
__version__ = "0.2.2"
2+
__version__ = "0.2.3"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ log_cli_level = "DEBUG"
5050

5151
[tool.commitizen]
5252
name = "cz_conventional_commits"
53-
version = "0.2.2"
53+
version = "0.2.3"
5454
version_files = [
5555
"pyproject.toml:version",
5656
"osm_rawdata/__version__.py",

0 commit comments

Comments
 (0)