Skip to content

Commit df3b385

Browse files
chore: release v0.2.1
1 parent 429e52a commit df3b385

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.2.0...v0.2.1) - 2026-02-03
9+
10+
### Other
11+
- Optimize rewrite performance ([#115](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/115)) (by @zhuqi-lucas) - #115
12+
- single-pass plan traversal in Predicate::new ([#113](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/113)) (by @zhuqi-lucas) - #113
13+
- Expose a `get_mv_candidates_for_table` API for ViewMatcher ([#112](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/112)) (by @xudong963) - #112
14+
- Upgrade DF52 ([#111](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/111)) (by @xudong963) - #111
15+
- Expose mv_plans for ViewMatcher ([#22](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/22)) ([#109](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/109)) (by @xudong963) - #109
16+
- prevent rewriting strict inequality to closed interval for non-discrete types ([#21](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/21)) ([#108](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/108)) (by @xudong963) - #108
17+
- Fix mv dependencies involving unrelated files ([#107](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/107)) (by @xudong963) - #107
18+
- Upgrade DF51.0.0 ([#104](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/104)) (by @xudong963) - #104
19+
- Add benchmark for heavy operation for datafusion-materialized-views ([#101](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/101)) (by @zhuqi-lucas) - #101
20+
21+
### Contributors
22+
23+
* @zhuqi-lucas
24+
* @xudong963
25+
826
## [0.2.0](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.1...v0.2.0) - 2025-10-24
927

1028
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "datafusion-materialized-views"
20-
version = "0.2.0"
20+
version = "0.2.1"
2121
edition = "2021"
2222
homepage = "https://github.com/datafusion-contrib/datafusion-materialized-views"
2323
repository = "https://github.com/datafusion-contrib/datafusion-materialized-views"

0 commit comments

Comments
 (0)