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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

## Unreleased
## v0.6.0

Rust SCIP bindings:

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/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 bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scip"
version = "0.5.2"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
description = """
Expand Down
2 changes: 1 addition & 1 deletion cmd/scip/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.6.0
4 changes: 2 additions & 2 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down