Skip to content

Commit fd3e052

Browse files
chore: release v0.1.2
1 parent 6632011 commit fd3e052

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
- Add alternate analysis for MVs with no partition columns ([#39](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/39)) (by @suremarc) - #39
17+
- upgrade to datafusion 45 ([#38](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/38)) (by @suremarc) - #38
18+
- use nanosecond timestamps in file metadata ([#28](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/28)) (by @suremarc) - #28
19+
20+
### Contributors
21+
22+
* @suremarc
23+
1024
## [0.1.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1) - 2025-01-07
1125

1226
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "datafusion-materialized-views"
20-
version = "0.1.1"
20+
version = "0.1.2"
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)