From d39d4f8c9b1f86344001748623365cc8c869aa1e Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 22 Oct 2025 14:26:19 +0000 Subject: [PATCH] chore: create the next release of the rust core package Signed-off-by: R. Tyler Croy --- crates/core/Cargo.toml | 2 +- crates/deltalake/Cargo.toml | 2 +- python/tests/test_alter.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 4211c01e4a..e6da9e42a3 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake-core" -version = "0.29.1" +version = "0.29.2" authors.workspace = true keywords.workspace = true readme.workspace = true diff --git a/crates/deltalake/Cargo.toml b/crates/deltalake/Cargo.toml index 35b8c6c4ac..79fe855826 100644 --- a/crates/deltalake/Cargo.toml +++ b/crates/deltalake/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake" -version = "0.29.1" +version = "0.29.2" authors.workspace = true keywords.workspace = true readme.workspace = true diff --git a/python/tests/test_alter.py b/python/tests/test_alter.py index b2378efa14..db4544d8b6 100644 --- a/python/tests/test_alter.py +++ b/python/tests/test_alter.py @@ -53,7 +53,6 @@ def test_add_constraint(tmp_path: pathlib.Path, sample_table: Table): write_deltalake(tmp_path, data, mode="append") - def test_add_constraint_roundtrip_metadata(tmp_path: pathlib.Path, sample_table: Table): write_deltalake(tmp_path, sample_table, mode="append")