This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch 30.0_maintenance in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
commit 4ad6ad6e8ce47259797961c1950b1179a0f72467 Author: Raphael Taylor-Davies <[email protected]> AuthorDate: Wed Jan 4 19:52:12 2023 +0000 Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d39458d9..ad2688ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ # Changelog +## [30.0.1](https://github.com/apache/arrow-rs/tree/30.0.1) (2023-01-04) + +[Full Changelog](https://github.com/apache/arrow-rs/compare/30.0.0...30.0.1) + +**Merged pull requests:** + +- Remove multiversion dependency [\#3452](https://github.com/apache/arrow-rs/pull/3452) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([tustvold](https://github.com/tustvold)) +- Re-export nullif kernel [\#3451](https://github.com/apache/arrow-rs/pull/3451) [[arrow](https://github.com/apache/arrow-rs/labels/arrow)] ([tustvold](https://github.com/tustvold)) + ## [30.0.0](https://github.com/apache/arrow-rs/tree/30.0.0) (2022-12-29) [Full Changelog](https://github.com/apache/arrow-rs/compare/29.0.0...30.0.0)
