mirror of
https://github.com/langchain-ai/datafusion-materialized-views.git
synced 2026-07-01 21:04:01 -04:00
chore: release v0.1.1 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1b6105a394
commit
5fdd03e825
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.0...v0.1.1) - 2025-01-07
|
||||
|
||||
### Added
|
||||
- view exploitation (#19) (by @suremarc) - #19
|
||||
- SPJ normal form (#18) (by @suremarc) - #18
|
||||
|
||||
### Other
|
||||
- add constructor for RowMetadataRegistry from FileMetadata ([#25](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/25)) (by @suremarc) - #25
|
||||
- add changelog manually ([#14](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/14)) (by @suremarc) - #14
|
||||
- don't use paths-ignore ([#15](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/15)) (by @suremarc) - #15
|
||||
|
||||
### Contributors
|
||||
|
||||
* @suremarc
|
||||
|
||||
## [0.1.0](https://github.com/datafusion-contrib/datafusion-materialized-views/releases/tag/v0.1.0) - 2025-01-03
|
||||
|
||||
### Other
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
[package]
|
||||
name = "datafusion-materialized-views"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
homepage = "https://github.com/datafusion-contrib/datafusion-materialized-views"
|
||||
repository = "https://github.com/datafusion-contrib/datafusion-materialized-views"
|
||||
|
||||
Reference in New Issue
Block a user