From 4605e8231bc99f70bf80a9ef06c81807522cd901 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Fri, 3 Nov 2023 14:04:44 +0100 Subject: [PATCH] docs: Prepare for v0.3.2 release --- CHANGELOG.md | 7 +++++++ Development.md | 5 ++--- bindings/rust/Cargo.lock | 2 +- bindings/rust/Cargo.toml | 2 +- cmd/scip/version.txt | 2 +- docs/CLI.md | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f991ae60..fa534477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ChangeLog +## v0.3.2 + +SCIP schema: + +- Added new `SymbolRole`: `ForwardDefinition` + (https://github.com/sourcegraph/scip/pull/217) + ## v0.3.1 SCIP schema: diff --git a/Development.md b/Development.md index 50fb9960..3743a967 100644 --- a/Development.md +++ b/Development.md @@ -87,9 +87,8 @@ PACKAGE=MY_PACKAGE_NAME SRC_ACCESS_TOKEN=MY_TOKEN SRC_ENDPOINT=https://sourcegra ## Release a new version -First, add release notes to the [CHANGELOG](CHANGELOG.md). -Next, update the version in `cmd/scip/version.txt` -and `bindings/rust/Cargo.toml`. +First, add release notes to the [CHANGELOG](CHANGELOG.md). Next, update the +version in `cmd/scip/version.txt`, `bindings/rust/Cargo.toml` and `docs/CLI.md` After landing a commit with those two changes, run the release script: (requires the [GitHub CLI](https://cli.github.com/)) diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index cacb1fb8..afe072d6 100644 --- a/bindings/rust/Cargo.lock +++ b/bindings/rust/Cargo.lock @@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "scip" -version = "0.1.1" +version = "0.3.1" dependencies = [ "pretty_assertions", "protobuf", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 6abebff4..40879cf9 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scip" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "Apache-2.0" description = """ diff --git a/cmd/scip/version.txt b/cmd/scip/version.txt index 9e11b32f..d15723fb 100644 --- a/cmd/scip/version.txt +++ b/cmd/scip/version.txt @@ -1 +1 @@ -0.3.1 +0.3.2 diff --git a/docs/CLI.md b/docs/CLI.md index ba01b3bc..82a43727 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -18,7 +18,7 @@ USAGE: scip [global options] command [command options] [arguments...] VERSION: - v0.3.1 + v0.3.2 DESCRIPTION: For more details, see the project README at: