diff --git a/CHANGELOG.md b/CHANGELOG.md index d12e570d..06c95f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # ChangeLog +## v0.3.3 + +SCIP schema: + +- Added new `PositionEncoding` field to specify how consumers + should interpret the character offsets. + (https://github.com/sourcegraph/scip/pull/224, https://github.com/sourcegraph/scip/pull/225) + +scip CLI: + +- `scip snapshot` output includes the `diagnostics` field. + ## v0.3.2 SCIP schema: diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 40879cf9..b70fe512 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scip" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "Apache-2.0" description = """ diff --git a/cmd/scip/version.txt b/cmd/scip/version.txt index d15723fb..1c09c74e 100644 --- a/cmd/scip/version.txt +++ b/cmd/scip/version.txt @@ -1 +1 @@ -0.3.2 +0.3.3 diff --git a/docs/CLI.md b/docs/CLI.md index 82a43727..4316f704 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -18,7 +18,7 @@ USAGE: scip [global options] command [command options] [arguments...] VERSION: - v0.3.2 + v0.3.3 DESCRIPTION: For more details, see the project README at: