From c85361f908c8ca4767b5308ba1d0646d27e129d8 Mon Sep 17 00:00:00 2001 From: acalcutt <3792408+acalcutt@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:12:35 +0000 Subject: [PATCH 1/2] Release v0.4.3 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b046b3d..8b790d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ ### 🐞 Bug fixes - _...Add new stuff here..._ +## 0.4.3 +### ✨ Features and improvements + +### 🐞 Bug fixes + +- make sure pbf/mvt are gzipped ([#8](https://github.com/TechIdiots-LLC/mbutil/pull/8)) (@acalcutt) + ## 0.4.2 ### ✨ Features and improvements - Read format from metadata ([#6](https://github.com/TechIdiots-LLC/mbutil/pull/6)) (by [acalcutt](https://github.com/acalcutt)) diff --git a/setup.py b/setup.py index 0c5b392..c715c2f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='mbutil', - version='0.4.2', + version='0.4.3', author='Andrew Calcutt', author_email='info@techidiots.net', packages=['mbutil'], From 98d2dbaaff570ffc382264a0fd61b1dced921426 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Sun, 15 Mar 2026 20:14:05 -0400 Subject: [PATCH 2/2] Clean up CHANGELOG by removing empty sections Removed empty features section and adjusted bug fixes. --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b790d3..ef7de95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,7 @@ - _...Add new stuff here..._ ## 0.4.3 -### ✨ Features and improvements - ### 🐞 Bug fixes - - make sure pbf/mvt are gzipped ([#8](https://github.com/TechIdiots-LLC/mbutil/pull/8)) (@acalcutt) ## 0.4.2