From 484faa55e944cb4673fdcf55a7ea03f78f2b2e3c Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Thu, 12 Feb 2026 19:21:53 -0800 Subject: [PATCH] feat!: add breaking API changes notice --- rust/lance/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/lance/src/lib.rs b/rust/lance/src/lib.rs index 19ea6e8aebd..6cfc859a99d 100644 --- a/rust/lance/src/lib.rs +++ b/rust/lance/src/lib.rs @@ -7,6 +7,8 @@ //! automatic versioning, optimized for computer vision, bioinformatics, spatial and ML data. //! [Apache Arrow](https://arrow.apache.org/) and DuckDB compatible. //! +//! Note: This version includes breaking API changes. +//! //! //! # Create a Dataset //!