Skip to content
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

Prepare release 0.5.2 #306

Merged
merged 2 commits into from
Feb 28, 2025
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v0.5.2

SCIP schema:

- Added kind `SymbolInformation.Kind.Concept` for C++ (https://github.com/sourcegraph/scip/pull/305)

## v0.5.1

CLI:
Expand Down
3 changes: 2 additions & 1 deletion Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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`, `bindings/rust/Cargo.toml` and `docs/CLI.md`
version in `cmd/scip/version.txt`, `bindings/rust/Cargo.toml`,
`bindings/rust/Cargo.lock`, 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.5.1"
version = "0.5.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.5.1
0.5.2
4 changes: 2 additions & 2 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ USAGE:
scip [global options] command [command options] [arguments...]

VERSION:
v0.5.1
v0.5.2

DESCRIPTION:
For more details, see the project README at:
Expand Down Expand Up @@ -115,7 +115,7 @@ DESCRIPTION:
in a given SCIP index matches that specified in human-readable test files,
using syntax similar to the 'snapshot subcommand'. Test file syntax reference:

https://github.com/sourcegraph/scip/blob/v0.5.1/docs/test_file_format.md
https://github.com/sourcegraph/scip/blob/v0.5.2/docs/test_file_format.md

The test files are located based on the relative_path field
in the SCIP document, interpreted relative to the the directory
Expand Down