File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ 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-01-08
11
+
12
+ ### Added
13
+ - ` Decorator ` trait (#26 ) (by @suremarc ) - #26
14
+
15
+ ### Other
16
+ - use nanosecond timestamps in file metadata ([ #28 ] ( https://github.com/datafusion-contrib/datafusion-materialized-views/pull/28 ) ) (by @suremarc ) - #28
17
+
18
+ ### Contributors
19
+
20
+ * @suremarc
21
+
10
22
## [ 0.1.1] ( https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1 ) - 2025-01-07
11
23
12
24
### 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