Skip to content

Commit f0faf1b

Browse files
chore(main): release 0.0.4 (#41)
Co-authored-by: stac-utils-release-bot[bot] <249776822+stac-utils-release-bot[bot]@users.noreply.github.com>
1 parent 787dc08 commit f0faf1b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.0.4](https://github.com/stac-utils/stac-fastapi-geoparquet/compare/v0.0.3...v0.0.4) (2026-01-21)
8+
9+
10+
### Bug Fixes
11+
12+
* bbox paging ([#40](https://github.com/stac-utils/stac-fastapi-geoparquet/issues/40)) ([787dc08](https://github.com/stac-utils/stac-fastapi-geoparquet/commit/787dc08bc6fff8d1175cf8abf87095637b52fe84))
13+
714
## [0.0.3](https://github.com/stac-utils/stac-fastapi-geoparquet/compare/v0.0.2...v0.0.3) (2026-01-21)
815

916

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-fastapi-geoparquet"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "A stac-fastapi implementation with a stac-geoparquet backend"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)