From 05e89eacce03446f8b57fb5ad0d971d6760f46a7 Mon Sep 17 00:00:00 2001 From: sting8k Date: Tue, 26 May 2026 16:21:49 +0700 Subject: [PATCH] chore: prepare v1.0.1 release --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d6f2c..de372a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to srcwalk are documented here. ## Unreleased +## [1.0.1] - 2026-05-26 + ### Changed - Added semantic drilldown footers to directory reads and made `overview --symbols` emit budget-adaptive inline `kind name@line-range` anchors before falling back to compact symbol names. - Extended `show -C/--context-lines` to line ranges, resolved sections, and comma-separated show/section targets; comma-separated multi reads clamp each target to 10 context lines. diff --git a/Cargo.lock b/Cargo.lock index d871df6..dde0785 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,7 +672,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "srcwalk" -version = "1.0.0" +version = "1.0.1" dependencies = [ "aho-corasick", "clap", diff --git a/Cargo.toml b/Cargo.toml index ac0fed0..18b4608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srcwalk" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "Tree-sitter indexed lookups — smart code reading for AI agents" license = "MIT" diff --git a/npm/package.json b/npm/package.json index dd4d65d..708b527 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "srcwalk", - "version": "1.0.0", + "version": "1.0.1", "description": "Code-intelligence CLI for AI agents — tree-sitter outlines, symbol search, caller/callee graphs, deps, overview", "bin": { "srcwalk": "run.js"