From c25d4c78f29cf0e63be49d0abf08f1da6b9fd635 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 09:58:53 +0000 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef55a1d..7ff5710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.2.0...v0.2.1) - 2025-11-19 + +### Other +- Upgrade DF51.0.0 ([#104](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/104)) (by @xudong963) - #104 +- Add benchmark for heavy operation for datafusion-materialized-views ([#101](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/101)) (by @zhuqi-lucas) - #101 + +### Contributors + +* @xudong963 +* @zhuqi-lucas + ## [0.2.0](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.1...v0.2.0) - 2025-10-24 ### Added diff --git a/Cargo.toml b/Cargo.toml index b6fc338..c3b8ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "datafusion-materialized-views" -version = "0.2.0" +version = "0.2.1" edition = "2021" homepage = "https://github.com/datafusion-contrib/datafusion-materialized-views" repository = "https://github.com/datafusion-contrib/datafusion-materialized-views"