Skip to content

Commit fc74ab1

Browse files
committed
chore: Prepare 0.7.1
1 parent 7ba2952 commit fc74ab1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [0.7.1] - 2025-09-17
4+
5+
### What's Changed
6+
7+
- ci: Bump node version in docs publish CI by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/792
8+
- Readme edit for tl;dr in hyparquet comparison by @kylebarron in https://github.com/kylebarron/parquet-wasm/pull/793
9+
- Fix handling of `rowGroups` option in `ParquetFile.read` by @quidquid in https://github.com/kylebarron/parquet-wasm/pull/802
10+
11+
### New Contributors
12+
13+
- @quidquid made their first contribution in https://github.com/kylebarron/parquet-wasm/pull/802
14+
15+
**Full Changelog**: https://github.com/kylebarron/parquet-wasm/compare/v0.7.0...v0.7.1
16+
317
## [0.7.0] - 2025-09-17
418

519
### What's Changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parquet-wasm"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
55
edition = "2024"
66
description = "WebAssembly Parquet reader and writer."

0 commit comments

Comments
 (0)