Skip to content

Commit

Permalink
docs: Prepare for v0.3.3 release (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Jan 24, 2024
1 parent a0147a7 commit f6c9fe6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
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.2"
version = "0.3.3"
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.2
0.3.3
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.2
v0.3.3
DESCRIPTION:
For more details, see the project README at:
Expand Down

0 comments on commit f6c9fe6

Please sign in to comment.