Skip to content
Open
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to Argus are documented here.

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

### Fixed

- tighten landing page hero terminal
- tighten landing page proof layout

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

### Fixed
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.5"
version = "0.5.6"
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.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" }
argus-core = { path = "crates/argus-core", version = "0.5.6" }
argus-repomap = { path = "crates/argus-repomap", version = "0.5.6" }
argus-difflens = { path = "crates/argus-difflens", version = "0.5.6" }
argus-codelens = { path = "crates/argus-codelens", version = "0.5.6" }
argus-gitpulse = { path = "crates/argus-gitpulse", version = "0.5.6" }
argus-review = { path = "crates/argus-review", version = "0.5.6" }
argus-mcp = { path = "crates/argus-mcp", version = "0.5.6" }

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