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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.6.0](https://github.com/perplexityai/codescythe/compare/codescythe_cli_v0.5.0...codescythe_cli_v0.6.0) (2026-05-29)


### Features

* add dependency path query command ([#80](https://github.com/perplexityai/codescythe/issues/80)) ([70d4482](https://github.com/perplexityai/codescythe/commit/70d4482ecd2456a03cd503c3762c553f4f3e5284))
* merge somepath query modes ([#85](https://github.com/perplexityai/codescythe/issues/85)) ([eeb0bb6](https://github.com/perplexityai/codescythe/commit/eeb0bb60ab85c1512c81a79a7ceea5704a5302a8))
* render query output as svg ([#83](https://github.com/perplexityai/codescythe/issues/83)) ([aeb7974](https://github.com/perplexityai/codescythe/commit/aeb797422dccdfb18d62df48c861fe927f09e973))
* render query results as mermaid ([#81](https://github.com/perplexityai/codescythe/issues/81)) ([b6667d9](https://github.com/perplexityai/codescythe/commit/b6667d92cf80ceb8eb69d2194c1330614354c668))

## [0.5.0](https://github.com/perplexityai/codescythe/compare/codescythe_cli_v0.4.15...codescythe_cli_v0.5.0) (2026-05-27)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "3"

[workspace.package]
version = "0.5.0"
version = "0.6.0"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/perplexityai/codescythe"
Expand Down
2 changes: 1 addition & 1 deletion crates/codescythe/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COMMON_DEPS = [
"@crates//:walkdir",
]

VERSION = "0.5.0" # x-release-please-version
VERSION = "0.6.0" # x-release-please-version

LIB_SRCS = [
"analyze/discovery.rs",
Expand Down
2 changes: 1 addition & 1 deletion crates/codescythe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codescythe"
version = "0.5.0"
version = "0.6.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/codescythe_cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load(
"release_binary_linux_arm64",
)

VERSION = "0.5.0" # x-release-please-version
VERSION = "0.6.0" # x-release-please-version

rust_binary(
name = "codescythe",
Expand Down
2 changes: 1 addition & 1 deletion crates/codescythe_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codescythe_cli"
version = "0.5.0"
version = "0.6.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/codescythe_cli/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::{

use serde_json::Value;

const EXPECTED_SUMMARY_VERSION: &str = "0.5.0"; // x-release-please-version
const EXPECTED_SUMMARY_VERSION: &str = "0.6.0"; // x-release-please-version

#[test]
fn cli_reports_release_version() {
Expand All @@ -26,7 +26,7 @@ fn cli_reports_release_version() {
);
assert_eq!(
String::from_utf8_lossy(&output.stdout).trim(),
"codescythe 0.5.0" // x-release-please-version
"codescythe 0.6.0" // x-release-please-version
);
}

Expand Down
2 changes: 1 addition & 1 deletion crates/codescythe_napi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codescythe_napi"
version = "0.5.0"
version = "0.6.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/codescythe-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codescythe-darwin-arm64",
"version": "0.5.0",
"version": "0.6.0",
"description": "Codescythe native binding for Darwin arm64",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/codescythe-linux-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codescythe-linux-amd64",
"version": "0.5.0",
"version": "0.6.0",
"description": "Codescythe native binding for Linux amd64",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/codescythe-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codescythe-linux-arm64",
"version": "0.5.0",
"version": "0.6.0",
"description": "Codescythe native binding for Linux arm64",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/codescythe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codescythe",
"version": "0.5.0",
"version": "0.6.0",
"description": "Focused TypeScript dead-code analysis and removal",
"license": "Apache-2.0",
"repository": {
Expand Down