Skip to content

Commit 969e580

Browse files
committed
chore: Bump python binding version to 0.2.0
1 parent 512d86b commit 969e580

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

python/CHANGELOG.md

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

3+
## [0.2.0] - 2025-10-23
4+
5+
### What's Changed
6+
7+
- Enable pytest-asyncio tests in CI by @weiji14 in https://github.com/developmentseed/async-tiff/pull/92
8+
- Raise FileNotFoundError instead of panic when opening missing files by @weiji14 in https://github.com/developmentseed/async-tiff/pull/93
9+
- Raise TypeError instead of panic on doing fetch_tile from striped TIFFs by @weiji14 in https://github.com/developmentseed/async-tiff/pull/99
10+
- Test opening single-channel OME-TIFF file by @weiji14 in https://github.com/developmentseed/async-tiff/pull/102
11+
- Remove broken symlink when building windows wheels by @maxrjones in https://github.com/developmentseed/async-tiff/pull/120
12+
- chore!: Bump minimum Python version to 3.10 by @kylebarron in https://github.com/developmentseed/async-tiff/pull/122
13+
- chore: Bump pyo3 to 0.26 by @kylebarron in https://github.com/developmentseed/async-tiff/pull/121
14+
- ci: Build abi3 wheels where possible by @kylebarron in https://github.com/developmentseed/async-tiff/pull/123
15+
16+
### New Contributors
17+
18+
- @feefladder made their first contribution in https://github.com/developmentseed/async-tiff/pull/71
19+
- @weiji14 made their first contribution in https://github.com/developmentseed/async-tiff/pull/92
20+
21+
**Full Changelog**: https://github.com/developmentseed/async-tiff/compare/py-v0.1.0...py-v0.1.1
22+
323
## [0.1.0] - 2025-03-18
424

525
- Initial release.

python/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-async-tiff"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Kyle Barron <[email protected]>"]
55
edition = "2021"
66
# description = "Fast, memory-efficient 2D spatial indexes for Python."

0 commit comments

Comments
 (0)