Skip to content

Commit b1434d4

Browse files
authored
chore: release v0.5.5
1 parent f53a935 commit b1434d4

3 files changed

Lines changed: 22 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to Argus are documented here.
44

5+
## [0.5.5](https://github.com/Meru143/argus/compare/argus-ai-v0.5.4...argus-ai-v0.5.5) - 2026-04-04
6+
7+
### Other
8+
9+
- promote independent review headline ([#69](https://github.com/Meru143/argus/pull/69))
10+
511
## [0.5.4](https://github.com/Meru143/argus/compare/argus-ai-v0.5.3...argus-ai-v0.5.4) - 2026-04-04
612

713
### Other

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212

1313
[workspace.package]
1414
edition = "2021"
15-
version = "0.5.4"
15+
version = "0.5.5"
1616
license = "MIT"
1717
description = "AI code review platform — your coding agent shouldn't grade its own homework"
1818
repository = "https://github.com/Meru143/argus"
@@ -32,13 +32,13 @@ targets = [
3232
]
3333

3434
[workspace.dependencies]
35-
argus-core = { path = "crates/argus-core", version = "0.5.4" }
36-
argus-repomap = { path = "crates/argus-repomap", version = "0.5.4" }
37-
argus-difflens = { path = "crates/argus-difflens", version = "0.5.4" }
38-
argus-codelens = { path = "crates/argus-codelens", version = "0.5.4" }
39-
argus-gitpulse = { path = "crates/argus-gitpulse", version = "0.5.4" }
40-
argus-review = { path = "crates/argus-review", version = "0.5.4" }
41-
argus-mcp = { path = "crates/argus-mcp", version = "0.5.4" }
35+
argus-core = { path = "crates/argus-core", version = "0.5.5" }
36+
argus-repomap = { path = "crates/argus-repomap", version = "0.5.5" }
37+
argus-difflens = { path = "crates/argus-difflens", version = "0.5.5" }
38+
argus-codelens = { path = "crates/argus-codelens", version = "0.5.5" }
39+
argus-gitpulse = { path = "crates/argus-gitpulse", version = "0.5.5" }
40+
argus-review = { path = "crates/argus-review", version = "0.5.5" }
41+
argus-mcp = { path = "crates/argus-mcp", version = "0.5.5" }
4242

4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"

0 commit comments

Comments
 (0)