From cb3ca6225f4ae3531286b559e15135e7b78e8b62 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Mon, 9 Mar 2026 17:18:51 +0000 Subject: [PATCH] radicle/CHANGELOG: remove variant typo The `typos` tool has no way of ignoring a particular typo in a particular file. Reword the changelog entry so that it does not fire the hook. --- crates/radicle/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/radicle/CHANGELOG.md b/crates/radicle/CHANGELOG.md index 0e0bfe6c..19f22acd 100644 --- a/crates/radicle/CHANGELOG.md +++ b/crates/radicle/CHANGELOG.md @@ -106,7 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `radicle::identity::doc::IdError` was removed, along with its re-export at `radicle::identity::IdError`. - `radicle::identity::doc::id::RAD_PREFIX` constant was removed. -- `radicle::identity::doc::VersionError::UnkownVersion` variant was renamed to +- `radicle::identity::doc::VersionError` variant was corrected to `UnknownVersion`, correcting the typo. The typo has been corrected to `UnknownVersion`. - `radicle::storage::git::RefError` was removed.