From b891361400263b9c5d3bd122453df0dcc893b547 Mon Sep 17 00:00:00 2001 From: r-near <163825889+r-near@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:14:06 -0700 Subject: [PATCH] fix: replace invalid crates.io keyword and rename legacy changelog "smart contract" (with space) is rejected by crates.io, causing all release-plz publish attempts to fail with a 400 Bad Request. Replace with "smart-contract". Rename CHANGELOG.md to CHANGELOG-legacy.md so release-plz can manage per-crate changelogs going forward without conflicts. --- CHANGELOG.md => CHANGELOG-legacy.md | 0 Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CHANGELOG.md => CHANGELOG-legacy.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG-legacy.md similarity index 100% rename from CHANGELOG.md rename to CHANGELOG-legacy.md diff --git a/Cargo.toml b/Cargo.toml index 88bd77a..ec94eb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ license = "CC0-1.0" readme = "README.md" repository = "https://github.com/Near-One/near-plugins" homepage = "https://github.com/Near-One/near-plugins" -keywords = ["near", "smart contract", "plugin"] +keywords = ["near", "smart-contract", "plugin"] [workspace.dependencies] bitflags = "1.3"