File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.2] ( https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.1...v0.1.2 ) - 2025-03-04
11
+
12
+ ### Added
13
+ - ` Decorator ` trait ([ #26 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/26 ) ) (by @suremarc ) - #26
14
+
15
+ ### Other
16
+ - upgrade to datafusion 45 ([ #38 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/38 ) ) (by @suremarc ) - #38
17
+ - use nanosecond timestamps in file metadata ([ #28 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/28 ) ) (by @suremarc ) - #28
18
+
19
+ ### Contributors
20
+
21
+ * @suremarc
22
+
10
23
## [ 0.1.1] ( https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1 ) - 2025-01-07
11
24
12
25
### Added
Original file line number Diff line number Diff line change 17
17
18
18
[package ]
19
19
name = " datafusion-materialized-views"
20
- version = " 0.1.1 "
20
+ version = " 0.1.2 "
21
21
edition = " 2021"
22
22
homepage = " https://github.com/datafusion-contrib/datafusion-materialized-views"
23
23
repository = " https://github.com/datafusion-contrib/datafusion-materialized-views"
You can’t perform that action at this time.
0 commit comments