Skip to content

Commit 40e252a

Browse files
perryqhclaude
andauthored
Update codeowners-rs to v0.3.2 (#165)
* Pin codeowners-rs dependency to v0.3.2 tag Switch from tracking the `main` branch to pinning the v0.3.2 release tag for reproducibility. This picks up several fixes since our last lock (c8a5d53): - Fix regression in package.yml metadata.owner key - Validation respects owned_globs when files are specified - Fix tracked file paths for subdirectories - executable_name holds the full command string - Fix error message when github team name is missing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Bump version to 2.1.2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Recompile native extension after rebase Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d030e01 commit 40e252a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/code_ownership/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rb-sys = { version = "0.9.111", features = [
1717
magnus = { version = "0.8" }
1818
serde = { version = "1.0.219", features = ["derive"] }
1919
serde_magnus = "0.10"
20-
codeowners = { git = "https://github.com/rubyatscale/codeowners-rs.git", branch = "main" }
20+
codeowners = { git = "https://github.com/rubyatscale/codeowners-rs.git", tag = "v0.3.2" }
2121

2222
[dev-dependencies]
2323
rb-sys = { version = "0.9.117", features = [
-7.79 MB
Binary file not shown.

lib/code_ownership/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module CodeOwnership
5-
VERSION = '2.1.1'
5+
VERSION = '2.1.2'
66
end

0 commit comments

Comments
 (0)