Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.0](https://github.com/green-ecolution/streamlet/compare/v0.1.1...v0.2.0) (2026-08-22)


### Features

* **pbf-patch:** add radius queries to the way index ([47dcb25](https://github.com/green-ecolution/streamlet/commit/47dcb251f7d940cd217a8459913f1bb5fa870f8b))
* **pbf-patch:** add the allowed-paths subcommand ([c8bfc36](https://github.com/green-ecolution/streamlet/commit/c8bfc36569ba848ce0d74669b6e569bf9a2dacef))
* **pbf-patch:** classify footpaths and their exclusion reasons ([1f38f6e](https://github.com/green-ecolution/streamlet/commit/1f38f6e1031624b73a16ba0713b251af75820c63))
* **pbf-patch:** open footpaths around targets without road access ([46deedc](https://github.com/green-ecolution/streamlet/commit/46deedc8c338357b41edf79bc7eb797abe8ae0c6))
* **pbf-patch:** read target points from GeoJSON ([7ee1d8c](https://github.com/green-ecolution/streamlet/commit/7ee1d8c95c1c32cbade8e9a3df5b7b36b0b6277c))
* **pipeline:** wire the allowed-paths changeset into the patcher entrypoint ([472d6e0](https://github.com/green-ecolution/streamlet/commit/472d6e0dbfc1ccdee66cacd1dfc9a4e37614901f))


### Bug Fixes

* **pbf-patch:** address review findings on allowed-paths ([e14170e](https://github.com/green-ecolution/streamlet/commit/e14170e4728effbc8e3a37b12aea2c6f085d695c))

## [0.1.1](https://github.com/green-ecolution/streamlet/compare/v0.1.0...v0.1.1) (2026-08-22)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "3"
members = ["crates/core", "crates/server", "crates/pbf-patch"]

[workspace.package]
version = "0.1.1" # x-release-please-version
version = "0.2.0" # x-release-please-version
edition = "2024"
rust-version = "1.88"
authors = ["Cedrik Hoffmann <choffmann@green-ecolution.de>"]
Expand Down
Loading