Commit 727d53e 1 parent 6990bae commit 727d53e Copy full SHA for 727d53e
File tree 4 files changed +17
-6
lines changed
4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- Nothing so far.
5
+ ## v0.5.1
6
+
7
+ CLI:
8
+
9
+ - Cleaned up the formatting for the ` test ` command.
10
+ (https://github.com/sourcegraph/scip/pull/281 )
11
+
12
+ Rust SCIP bindings:
13
+
14
+ - Bumped the pinned version of the ` protobuf ` crate to
15
+ the latest release v3.7.1.
16
+ (https://github.com/sourcegraph/scip/pull/287 )
6
17
7
18
## v0.5.0
8
19
@@ -20,7 +31,7 @@ Schema:
20
31
- Added two new ` SymbolKind ` variants: ` Extension ` and ` Mixin ` .
21
32
(https://github.com/sourcegraph/scip/pull/277 )
22
33
23
- Go SCIP bindings
34
+ Go SCIP bindings:
24
35
25
36
- Added clearer documentation around document canonicalization.
26
37
(https://github.com/sourcegraph/scip/pull/273 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scip"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
description = """
Original file line number Diff line number Diff line change 1
- 0.5.0
1
+ 0.5.1
Original file line number Diff line number Diff line change 17
17
scip [global options] command [command options] [arguments...]
18
18
19
19
VERSION:
20
- v0.5.0
20
+ v0.5.1
21
21
22
22
DESCRIPTION:
23
23
For more details, see the project README at:
@@ -115,7 +115,7 @@ DESCRIPTION:
115
115
in a given SCIP index matches that specified in human-readable test files,
116
116
using syntax similar to the 'snapshot subcommand'. Test file syntax reference:
117
117
118
- https://github.com/sourcegraph/scip/blob/v0.5.0 /docs/test_file_format.md
118
+ https://github.com/sourcegraph/scip/blob/v0.5.1 /docs/test_file_format.md
119
119
120
120
The test files are located based on the relative_path field
121
121
in the SCIP document, interpreted relative to the the directory
You can’t perform that action at this time.
0 commit comments