From 0fd24f671edbb1ed0e0e1558c316941170cc47a0 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Tue, 23 Sep 2025 14:16:11 +0800 Subject: [PATCH] chore: Prepare for v0.6.0 release --- CHANGELOG.md | 7 ++++++- bindings/rust/Cargo.lock | 2 +- bindings/rust/Cargo.toml | 2 +- cmd/scip/version.txt | 2 +- docs/CLI.md | 4 ++-- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29217236..fe04cb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ChangeLog -## Unreleased +## v0.6.0 Rust SCIP bindings: @@ -11,9 +11,14 @@ Rust SCIP bindings: Go bindings: +- Symbol parsing logic doesn't panic on multibyte code points. - BREAKING CHANGE: IndexVisitor now accepts a context object and returns an error. When an error is returned, the visitor short-circuits. +CLI: + +- The `test` command now has a `--check-documents` flag. + ## v0.5.2 SCIP schema: diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index de5b58a4..283c3675 100644 --- a/bindings/rust/Cargo.lock +++ b/bindings/rust/Cargo.lock @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "scip" -version = "0.5.2" +version = "0.6.0" dependencies = [ "pretty_assertions", "protobuf", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 3d6c42cc..06d60f37 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scip" -version = "0.5.2" +version = "0.6.0" edition = "2021" license = "Apache-2.0" description = """ diff --git a/cmd/scip/version.txt b/cmd/scip/version.txt index cb0c939a..a918a2aa 100644 --- a/cmd/scip/version.txt +++ b/cmd/scip/version.txt @@ -1 +1 @@ -0.5.2 +0.6.0 diff --git a/docs/CLI.md b/docs/CLI.md index 1d26eeea..8082ce19 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -18,7 +18,7 @@ USAGE: scip [global options] command [command options] [arguments...] VERSION: - v0.5.2 + v0.6.0 DESCRIPTION: For more details, see the project README at: @@ -117,7 +117,7 @@ DESCRIPTION: in a given SCIP index matches that specified in human-readable test files, using syntax similar to the 'snapshot subcommand'. Test file syntax reference: - https://github.com/sourcegraph/scip/blob/v0.5.2/docs/test_file_format.md + https://github.com/sourcegraph/scip/blob/v0.6.0/docs/test_file_format.md The test files are located based on the relative_path field in the SCIP document, interpreted relative to the the directory