Skip to content

Commit 72884ff

Browse files
committed
prepare release 4.2.0
1 parent 785aae6 commit 72884ff

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44
All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [4.2.0] - 2025-10-21
8+
9+
### Added
10+
11+
- new 'end_id' parameter for diff processing functions
12+
- new end ID/date parameters for pyosmium tools
13+
14+
### Fixed
15+
16+
- restore packaging of README
17+
- use replace() instead of rename() to make overwriting planet files on Windows
18+
19+
### Changed
20+
21+
- pre-generate man pages for easier packaging
22+
- diff processing functions and tools now throw an Error when diffs are
23+
requested that are older than then oldest available diff on the server
24+
- tools now error out, when the first diff download encounters a client
25+
error (HTTP 4xx)
26+
727
## [4.1.1] - 2025-08-31
828

929
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "osmium"
7-
version = "4.1.1"
7+
version = "4.2.0"
88
description = "Python bindings for libosmium, the data processing library for OSM data"
99
requires-python = ">=3.8"
1010
readme = "README.rst"

0 commit comments

Comments
 (0)