From e477f329008d72cb076dc16fc64f558f755c310e Mon Sep 17 00:00:00 2001 From: Perry Hertler Date: Wed, 10 Jun 2026 13:05:40 -0500 Subject: [PATCH] Bump version to 0.3.3 Ships the compare_lines total-order fix (#105/#106), which landed after the 0.3.2 release. That fix makes CODEOWNERS sort order deterministic across platforms (macOS arm64 / Linux x86_64). Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f944b14..386702e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "codeowners" -version = "0.3.2" +version = "0.3.3" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index dd093c5..7eb1479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeowners" -version = "0.3.2" +version = "0.3.3" edition = "2024" [profile.release]