Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to Argus are documented here.

## [0.5.5](https://github.com/Meru143/argus/compare/argus-ai-v0.5.4...argus-ai-v0.5.5) - 2026-04-04

### Fixed

- align npm package usage across docs and launcher ([#71](https://github.com/Meru143/argus/pull/71))

### Other

- promote independent review headline ([#69](https://github.com/Meru143/argus/pull/69))

## [0.5.4](https://github.com/Meru143/argus/compare/argus-ai-v0.5.3...argus-ai-v0.5.4) - 2026-04-04

### Other
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [

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

[workspace.dependencies]
argus-core = { path = "crates/argus-core", version = "0.5.4" }
argus-repomap = { path = "crates/argus-repomap", version = "0.5.4" }
argus-difflens = { path = "crates/argus-difflens", version = "0.5.4" }
argus-codelens = { path = "crates/argus-codelens", version = "0.5.4" }
argus-gitpulse = { path = "crates/argus-gitpulse", version = "0.5.4" }
argus-review = { path = "crates/argus-review", version = "0.5.4" }
argus-mcp = { path = "crates/argus-mcp", version = "0.5.4" }
argus-core = { path = "crates/argus-core", version = "0.5.5" }
argus-repomap = { path = "crates/argus-repomap", version = "0.5.5" }
argus-difflens = { path = "crates/argus-difflens", version = "0.5.5" }
argus-codelens = { path = "crates/argus-codelens", version = "0.5.5" }
argus-gitpulse = { path = "crates/argus-gitpulse", version = "0.5.5" }
argus-review = { path = "crates/argus-review", version = "0.5.5" }
argus-mcp = { path = "crates/argus-mcp", version = "0.5.5" }

serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
Loading