Skip to content

Commit

Permalink
Prepare release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Feb 28, 2025
1 parent 2a20370 commit 083fa9a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
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
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

0 comments on commit 083fa9a

Please sign in to comment.