Skip to content

Commit 727d53e

Browse files
docs: Prepare for v0.5.1 release (#288)
1 parent 6990bae commit 727d53e

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
## Unreleased
44

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)
617

718
## v0.5.0
819

@@ -20,7 +31,7 @@ Schema:
2031
- Added two new `SymbolKind` variants: `Extension` and `Mixin`.
2132
(https://github.com/sourcegraph/scip/pull/277)
2233

23-
Go SCIP bindings
34+
Go SCIP bindings:
2435

2536
- Added clearer documentation around document canonicalization.
2637
(https://github.com/sourcegraph/scip/pull/273)

bindings/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scip"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = """

cmd/scip/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

docs/CLI.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ USAGE:
1717
scip [global options] command [command options] [arguments...]
1818
1919
VERSION:
20-
v0.5.0
20+
v0.5.1
2121
2222
DESCRIPTION:
2323
For more details, see the project README at:
@@ -115,7 +115,7 @@ DESCRIPTION:
115115
in a given SCIP index matches that specified in human-readable test files,
116116
using syntax similar to the 'snapshot subcommand'. Test file syntax reference:
117117
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
119119
120120
The test files are located based on the relative_path field
121121
in the SCIP document, interpreted relative to the the directory

0 commit comments

Comments
 (0)