diff --git a/CHANGELOG.md b/CHANGELOG.md index fe04cb5c..48e2ca10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ChangeLog +## v0.6.1 + +Go bindings: + +- Added support for enclosing ranges +- Added syntax kinds to testutil output + ## v0.6.0 Rust SCIP bindings: diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index 283c3675..cf7123e7 100644 --- a/bindings/rust/Cargo.lock +++ b/bindings/rust/Cargo.lock @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "scip" -version = "0.6.0" +version = "0.6.1" dependencies = [ "pretty_assertions", "protobuf", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 06d60f37..656ac2cf 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scip" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "Apache-2.0" description = """ diff --git a/cmd/scip/version.txt b/cmd/scip/version.txt index a918a2aa..ee6cdce3 100644 --- a/cmd/scip/version.txt +++ b/cmd/scip/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/docs/CLI.md b/docs/CLI.md index 8082ce19..7e49192d 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -18,7 +18,7 @@ USAGE: scip [global options] command [command options] [arguments...] VERSION: - v0.6.0 + v0.6.1 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.6.0/docs/test_file_format.md + https://github.com/sourcegraph/scip/blob/v0.6.1/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