// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors
//! The `core` edition family: the serialized components the default file writer emits.
//!
//! One module per edition, each declaring the edition and the components that join the
//! family at it; members of earlier editions are inherited and never restated.
pub use CORE_2025_05_0;
pub use CORE_2025_06_0;
pub use CORE_2025_10_0;
pub use CORE_2026_08_0;
pub use CORE_2026_08_1;
pub use CORE_2026_08_2;
pub use CORE_2026_08_3;