Skip to content

Commit 09c0a10

Browse files
chore: Prepare for v0.6.0 release (#340)
1 parent 4537e9d commit 09c0a10

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## Unreleased
3+
## v0.6.0
44

55
Rust SCIP bindings:
66

@@ -11,9 +11,14 @@ Rust SCIP bindings:
1111

1212
Go bindings:
1313

14+
- Symbol parsing logic doesn't panic on multibyte code points.
1415
- BREAKING CHANGE: IndexVisitor now accepts a context object and returns an error.
1516
When an error is returned, the visitor short-circuits.
1617

18+
CLI:
19+
20+
- The `test` command now has a `--check-documents` flag.
21+
1722
## v0.5.2
1823

1924
SCIP schema:

bindings/rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scip"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = """

cmd/scip/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2
1+
0.6.0

docs/CLI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USAGE:
1818
scip [global options] command [command options] [arguments...]
1919
2020
VERSION:
21-
v0.5.2
21+
v0.6.0
2222
2323
DESCRIPTION:
2424
For more details, see the project README at:
@@ -117,7 +117,7 @@ DESCRIPTION:
117117
in a given SCIP index matches that specified in human-readable test files,
118118
using syntax similar to the 'snapshot subcommand'. Test file syntax reference:
119119
120-
https://github.com/sourcegraph/scip/blob/v0.5.2/docs/test_file_format.md
120+
https://github.com/sourcegraph/scip/blob/v0.6.0/docs/test_file_format.md
121121
122122
The test files are located based on the relative_path field
123123
in the SCIP document, interpreted relative to the the directory

0 commit comments

Comments
 (0)