File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.1] ( https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1 ) - 2025-01-07
11+
12+ ### Added
13+ - view exploitation (#19 ) (by @suremarc ) - #19
14+ - SPJ normal form (#18 ) (by @suremarc ) - #18
15+
16+ ### Other
17+ - add constructor for RowMetadataRegistry from FileMetadata ([ #25 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/25 ) ) (by @suremarc ) - #25
18+ - add changelog manually ([ #14 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/14 ) ) (by @suremarc ) - #14
19+ - don't use paths-ignore ([ #15 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/15 ) ) (by @suremarc ) - #15
20+
21+ ### Contributors
22+
23+ * @suremarc
24+
1025## [ 0.1.0] ( https://github.com/datafusion-contrib/datafusion-materialized-views/releases/tag/v0.1.0 ) - 2025-01-03
1126
1227### Other
Original file line number Diff line number Diff line change 1717
1818[package ]
1919name = " datafusion-materialized-views"
20- version = " 0.1.0 "
20+ version = " 0.1.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