Skip to content

Commit

Permalink
Bump version to 0.5 (#356)
Browse files Browse the repository at this point in the history
Update version and changelog
  • Loading branch information
kylebarron committed Oct 21, 2023
1 parent 4011f92 commit 85da997
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 24 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.0] - 2023-10-21

## What's Changed

- Switch to an API based on table abstractions from [arrow-wasm](https://github.com/kylebarron/arrow-wasm).
- Update docs
- Initial implementation of reading to a stream of Arrow batches. By @H-Plus-Time in https://github.com/kylebarron/parquet-wasm/pull/296

## New Contributors

- @H-Plus-Time made their first contribution in https://github.com/kylebarron/parquet-wasm/pull/296

**Full Changelog**: https://github.com/kylebarron/parquet-wasm/compare/v0.4.0...v0.5.0

## [0.4.0] - 2023-08-15

## What's Changed
Expand Down
28 changes: 5 additions & 23 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
@@ -1,6 +1,6 @@
[package]
name = "parquet-wasm"
version = "0.5.0-alpha.1"
version = "0.5.0"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2021"
description = "WebAssembly Parquet reader and writer."
Expand Down

0 comments on commit 85da997

Please sign in to comment.