Skip to content

Commit 3945ab1

Browse files
authored
chore: Prepare 0.2 (#88)
1 parent d49e02e commit 3945ab1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.2.0 - 2026-02-05
4+
5+
### New Features
6+
7+
* feat: Support for band-interleaved data by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/80
8+
* feat: Add LERC decompression support by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/79
9+
10+
### Fixes
11+
12+
* fix: Fix computation of `bounds` and `res` for rotated data by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/82
13+
14+
### Documentation
15+
16+
* docs: Add `Tile` to the API docs by @kylebarron in https://github.com/developmentseed/async-geotiff/pull/74
17+
18+
**Full Changelog**: https://github.com/developmentseed/async-geotiff/compare/v0.1.0...v0.2.0
19+
320
## 0.1.0 - 2026-02-03
421

522
**Read the release post**: https://developmentseed.org/async-geotiff/latest/blog/2026/02/03/introducing-async-geotiff/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-geotiff"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Async GeoTIFF reader for Python"
55
readme = "README.md"
66
authors = [{ name = "Kyle Barron", email = "kyle@developmentseed.org" }]

0 commit comments

Comments
 (0)