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
The following commit(s) were added to refs/heads/30.0_maintenance by this push:
new b8dd47abe Update CHANGELOG.md
b8dd47abe is described below
commit b8dd47abe034aa64b3073daf28349e1f97d416e2
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Wed Jan 4 19:52:12 2023 +0000
Update CHANGELOG.md
---
CHANGELOG.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d39458d9..35f5056ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,13 @@
# Changelog
+## [30.0.1](https://github.com/apache/arrow-rs/tree/30.0.1) (2023-01-04)
+
+**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)