Skip to content

Commit 9d57961

Browse files
authored
chore: Prepare for v0.6.1 release (#344)
1 parent 75e68ad commit 9d57961

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog
22

3+
## v0.6.1
4+
5+
Go bindings:
6+
7+
- Added support for enclosing ranges
8+
- Added syntax kinds to testutil output
9+
310
## v0.6.0
411

512
Rust SCIP bindings:

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.6.0"
3+
version = "0.6.1"
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.6.0
1+
0.6.1

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.6.0
21+
v0.6.1
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.6.0/docs/test_file_format.md
120+
https://github.com/sourcegraph/scip/blob/v0.6.1/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)