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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

This is the changelog for arro3. pyo3-arrow has a separate changelog.

## [0.8.1] - 2026-06-11

### What's Changed

* feat: PEP 783 Emscripten wheels! by @kylebarron in https://github.com/kylebarron/arro3/pull/502
* ci: Use trusted publishing for pypi by @kylebarron in https://github.com/kylebarron/arro3/pull/492
* ci: Build arro3-io wheels for emscripten by @kylebarron in https://github.com/kylebarron/arro3/pull/504
* fix: Add missing writer.finish() call by @cpnielsen in https://github.com/kylebarron/arro3/pull/497

### New Contributors

* @gadomski made their first contribution in https://github.com/kylebarron/arro3/pull/490
* @cpnielsen made their first contribution in https://github.com/kylebarron/arro3/pull/497

**Full Changelog**: https://github.com/kylebarron/arro3/compare/py-v0.8.0...py-v0.8.1

## [0.8.0] - 2026-02-22

### Breaking Changes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resolver = "2"

[workspace.package]
# Package version for arro3-*, not for pyo3-arrow
version = "0.8.0"
version = "0.8.1"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2021"
homepage = "https://kylebarron.dev/arro3"
Expand Down
Loading