Skip to content

Commit 33d8709

Browse files
docs: Update for upcoming v0.5.0 release (#278)
1 parent 1ffdfa7 commit 33d8709

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
# ChangeLog
22

3-
## Unreleased (-> v0.5.0)
3+
## Unreleased
4+
5+
Nothing so far.
6+
7+
## v0.5.0
48

59
CLI:
610

11+
- Added a `test` command for targeted testing of specific occurrences.
12+
See the [CLI](docs/CLI.md) and [test file syntax reference](docs/test_file_format.md) for details.
13+
(https://github.com/sourcegraph/scip/pull/236)
714
- Breaking changes:
8-
- Removed SCIP to LSIF conversion functionality
15+
- Removed the `convert` subcommand for SCIP to LSIF conversion.
16+
(https://github.com/sourcegraph/scip/pull/275)
17+
18+
Schema:
19+
20+
- Added two new `SymbolKind` variants: `Extension` and `Mixin`.
21+
(https://github.com/sourcegraph/scip/pull/277)
922

1023
Go SCIP bindings
1124

25+
- Added clearer documentation around document canonicalization.
26+
(https://github.com/sourcegraph/scip/pull/273)
1227
- Breaking changes:
13-
- Removed SCIP to LSIF conversion functionality
28+
- Removed SCIP to LSIF conversion functionality.
29+
(https://github.com/sourcegraph/scip/pull/275)
1430

1531
## v0.4.0
1632

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.4.0"
3+
version = "0.5.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.4.0
1+
0.5.0

docs/CLI.md

Lines changed: 2 additions & 2 deletions
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.4.0
20+
v0.5.0
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.4.0/docs/test_file_format.md
118+
https://github.com/sourcegraph/scip/blob/v0.5.0/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)