Skip to content

Commit a79f096

Browse files
chore: release v0.1.2
1 parent fc34e78 commit a79f096

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ 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/polygon-io/datafusion-materialized-views/compare/v0.1.1...v0.1.2) - 2025-03-20
11+
12+
### Added
13+
- `Decorator` trait ([#26](https://github.com/polygon-io/datafusion-materialized-views/pull/26)) (by @suremarc) - #26
14+
15+
### Other
16+
- Pin chrono (by @matthewmturner) - #3
17+
- update datafusion fork rev (by @suremarc) - #3
18+
- update deps to use arrow/datafusion forks (by @suremarc) - #3
19+
- Update extension ([#45](https://github.com/polygon-io/datafusion-materialized-views/pull/45)) (by @matthewmturner) - #3
20+
- make explain output stable ([#44](https://github.com/polygon-io/datafusion-materialized-views/pull/44)) (by @suremarc) - #44
21+
- Add alternate analysis for MVs with no partition columns ([#39](https://github.com/polygon-io/datafusion-materialized-views/pull/39)) (by @suremarc) - #39
22+
- upgrade to datafusion 45 ([#38](https://github.com/polygon-io/datafusion-materialized-views/pull/38)) (by @suremarc) - #38
23+
- use nanosecond timestamps in file metadata ([#28](https://github.com/polygon-io/datafusion-materialized-views/pull/28)) (by @suremarc) - #28
24+
25+
### Contributors
26+
27+
* @matthewmturner
28+
* @suremarc
29+
1030
## [0.1.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1) - 2025-01-07
1131

1232
### 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)