Skip to content

docs: Prepare for v0.3.2 release #218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 2 additions & 3 deletions Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/))
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scip"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
description = """
Expand Down
2 changes: 1 addition & 1 deletion cmd/scip/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down