Skip to content

Commit c108923

Browse files
authored
docs: Prepare for v0.3.2 release (#218)
1 parent 3935113 commit c108923

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# ChangeLog
22

3+
## v0.3.2
4+
5+
SCIP schema:
6+
7+
- Added new `SymbolRole`: `ForwardDefinition`
8+
(https://github.com/sourcegraph/scip/pull/217)
9+
310
## v0.3.1
411

512
SCIP schema:

Development.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ PACKAGE=MY_PACKAGE_NAME SRC_ACCESS_TOKEN=MY_TOKEN SRC_ENDPOINT=https://sourcegra
8787

8888
## Release a new version
8989

90-
First, add release notes to the [CHANGELOG](CHANGELOG.md).
91-
Next, update the version in `cmd/scip/version.txt`
92-
and `bindings/rust/Cargo.toml`.
90+
First, add release notes to the [CHANGELOG](CHANGELOG.md). Next, update the
91+
version in `cmd/scip/version.txt`, `bindings/rust/Cargo.toml` and `docs/CLI.md`
9392

9493
After landing a commit with those two changes, run the release script:
9594
(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.3.1"
3+
version = "0.3.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.3.1
1+
0.3.2

docs/CLI.md

+1-1
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.3.1
21+
v0.3.2
2222
2323
DESCRIPTION:
2424
For more details, see the project README at:

0 commit comments

Comments
 (0)