Skip to content

Commit db40132

Browse files
perryqhclaude
andauthored
Update codeowners-rs to v0.3.3 (#169)
Pin the codeowners-rs dependency to the v0.3.3 release tag (437a527), up from v0.3.2 (49629b1), and recompile the native extension. Bump the gem version to 2.1.3. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eaa12c3 commit db40132

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 9 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", tag = "v0.3.2" }
20+
codeowners = { git = "https://github.com/rubyatscale/codeowners-rs.git", tag = "v0.3.3" }
2121

2222
[dev-dependencies]
2323
rb-sys = { version = "0.9.117", features = [
37.5 KB
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.2'
5+
VERSION = '2.1.3'
66
end

0 commit comments

Comments
 (0)