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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.5.1 - 2026-05-18

* feat: Add new `Store` protocol defined in this package by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/161
* docs: Don't document private base classes by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/162

**Full Changelog**: https://github.com/developmentseed/async-geotiff/compare/v0.5.0...v0.5.1

## 0.5.0 - 2026-05-08

### New Features
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# async-geotiff

[![PyPI][pypi_badge]][pypi_link]
[![Conda Version][conda_version_badge]][conda_version]
<!-- Restore once our download count looks good ;) -->
<!-- [![PyPI - Downloads][pypi-img]][pypi-link] -->

[pypi_badge]: https://badge.fury.io/py/async-geotiff.svg
[pypi_link]: https://pypi.org/project/async-geotiff/
[conda_version_badge]: https://img.shields.io/conda/vn/conda-forge/async-geotiff.svg
[conda_version]: https://anaconda.org/conda-forge/async-geotiff
[pypi-img]: https://static.pepy.tech/badge/async-geotiff
[pypi-link]: https://pypi.org/project/async-geotiff/

Fast, async GeoTIFF and [Cloud-Optimized GeoTIFF][cogeo] (COG) reader for Python, wrapping the Rust-based [Async-TIFF][async-tiff] library.

[**Documentation website.**][docs] </br>
[Release post for v0.1][release_01_post]
[Introduction blog post][release_01_post]

[release_01_post]: https://developmentseed.org/async-geotiff/latest/blog/2026/02/03/introducing-async-geotiff/

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "async-geotiff"
version = "0.5.0"
version = "0.5.1"
description = "Async GeoTIFF reader for Python"
readme = "README.md"
authors = [{ name = "Kyle Barron", email = "kyle@developmentseed.org" }]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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