Skip to content

Commit b01ea12

Browse files
chore: release v0.2.1
1 parent ec7e88a commit b01ea12

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.2.0...v0.2.1) - 2025-10-28
9+
10+
### Other
11+
- Add benchmark for heavy operation for datafusion-materialized-views ([#101](https://github.com/datafusion-contrib/datafusion-materialized-views/pull/101)) (by @zhuqi-lucas) - #101
12+
13+
### Contributors
14+
15+
* @zhuqi-lucas
16+
817
## [0.2.0](https://github.com/datafusion-contrib/datafusion-materialized-views/compare/v0.1.1...v0.2.0) - 2025-10-24
918

1019
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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