File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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 ) - 2025-12-19
9+
10+ ### Other
11+ - 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
12+ - 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
13+ - Fix mv dependencies involving unrelated files ([ #107 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/107 ) ) (by @xudong963 ) - #107
14+ - Upgrade DF51.0.0 ([ #104 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/104 ) ) (by @xudong963 ) - #104
15+ - Add benchmark for heavy operation for datafusion-materialized-views ([ #101 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/101 ) ) (by @zhuqi-lucas ) - #101
16+
17+ ### Contributors
18+
19+ * @xudong963
20+ * @zhuqi-lucas
21+
822## [ 0.2.0] ( https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.1...v0.2.0 ) - 2025-10-24
923
1024### Added
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " datafusion-materialized-views"
20- version = " 0.2.0 "
20+ version = " 0.2.1 "
2121edition = " 2021"
2222homepage = " https://github.com/datafusion-contrib/datafusion-materialized-views"
2323repository = " https://github.com/datafusion-contrib/datafusion-materialized-views"
You can’t perform that action at this time.
0 commit comments