From 25b2974fb08dec41cf646fa0f9a88525204b1660 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 23 Sep 2025 09:10:37 -0500 Subject: [PATCH] Revert "feedback: switch to use "NEW" as replacement placeholder" This reverts commit 2117e1485da00a7f642acc773d58d0c6566844b6. --- crates/uv-static/src/env_vars.rs | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/uv-static/src/env_vars.rs b/crates/uv-static/src/env_vars.rs index e9f3c0326..5f6f77af4 100644 --- a/crates/uv-static/src/env_vars.rs +++ b/crates/uv-static/src/env_vars.rs @@ -1,6 +1,6 @@ //! Environment variables used or supported by uv. //! Used to generate `docs/reference/environment.md`. -//! NOTICE: Upcoming release functionality should be documented with `#[attr_since("\"NEW\"")]`. +//! NOTICE: Upcoming release functionality should be documented with `#[attr_since("uv.next.release")]`. use uv_macros::{attr_env_var_pattern, attr_hidden, attr_since, attribute_env_vars_metadata}; /// Declares all environment variable used throughout `uv` and its crates. diff --git a/pyproject.toml b/pyproject.toml index 135a16660..d48ca7017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ version_files = [ "crates/uv-version/Cargo.toml", "crates/uv-build/Cargo.toml", "crates/uv-build/pyproject.toml", - { target = "crates/uv-static/src/env_vars.rs", replace = "\"NEW\"" }, + { target = "crates/uv-static/src/env_vars.rs", replace = "uv.next.release" }, "docs/getting-started/installation.md", "docs/guides/integration/docker.md", "docs/guides/integration/pre-commit.md", @@ -76,7 +76,7 @@ version_files = [ "docs/concepts/build-backend.md", "docs/concepts/projects/init.md", "docs/concepts/projects/workspaces.md", - { target = "docs/reference/environment.md", replace = "\"NEW\"" }, + { target = "docs/reference/environment.md", replace = "uv.next.release" }, ] [tool.rooster.section-labels]