Skip to content

Commit

Permalink
docs: Prepare for v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnugget committed Nov 3, 2023
1 parent 3935113 commit 4605e82
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
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

0 comments on commit 4605e82

Please sign in to comment.