Skip to content

Commit 4798e54

Browse files
authored
chore: bump to 0.7.1 (#287)
1 parent 98f5f45 commit 4798e54

File tree

3 files changed

+13
-20
lines changed

3 files changed

+13
-20
lines changed

python/CHANGELOG.md

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

3+
## [0.7.1] - 2026-03-11
4+
5+
### What's Changed
6+
7+
* ci: Build and publish sdist in python wheels by @kylebarron in https://github.com/developmentseed/async-tiff/pull/277
8+
* chore: Bump pyo3 to 0.28 by @kylebarron in https://github.com/developmentseed/async-tiff/pull/280
9+
10+
**Full Changelog**: https://github.com/developmentseed/async-tiff/compare/py-v0.7.0...py-v0.7.1
11+
312
## [0.7.0] - 2026-03-03
413

514
### What's Changed

python/Cargo.lock

Lines changed: 3 additions & 19 deletions
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.7.0"
3+
version = "0.7.1"
44
authors = ["Kyle Barron <kyle@developmentseed.org>"]
55
edition = "2021"
66
description = "Fast, Async TIFF reader for Python with a Rust core."

0 commit comments

Comments
 (0)