Skip to content

Commit 0ed1933

Browse files
authored
Prepare release 0.5.2 (#306)
* Update release instructions to include Cargo lock * Prepare release 0.5.2
1 parent 4a9a63d commit 0ed1933

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## v0.5.2
6+
7+
SCIP schema:
8+
9+
- Added kind `SymbolInformation.Kind.Concept` for C++ (https://github.com/sourcegraph/scip/pull/305)
10+
511
## v0.5.1
612

713
CLI:

Development.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ PACKAGE=MY_PACKAGE_NAME SRC_ACCESS_TOKEN=MY_TOKEN SRC_ENDPOINT=https://sourcegra
112112
## Release a new version
113113

114114
First, add release notes to the [CHANGELOG](CHANGELOG.md). Next, update the
115-
version in `cmd/scip/version.txt`, `bindings/rust/Cargo.toml` and `docs/CLI.md`
115+
version in `cmd/scip/version.txt`, `bindings/rust/Cargo.toml`,
116+
`bindings/rust/Cargo.lock`, and `docs/CLI.md`
116117

117118
After landing a commit with those two changes, run the release script:
118119
(requires the [GitHub CLI](https://cli.github.com/))

bindings/rust/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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.1
20+
v0.5.2
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.1/docs/test_file_format.md
118+
https://github.com/sourcegraph/scip/blob/v0.5.2/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)