Skip to content

Commit f6c9fe6

Browse files
docs: Prepare for v0.3.3 release (#230)
1 parent a0147a7 commit f6c9fe6

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ChangeLog
22

3+
## v0.3.3
4+
5+
SCIP schema:
6+
7+
- Added new `PositionEncoding` field to specify how consumers
8+
should interpret the character offsets.
9+
(https://github.com/sourcegraph/scip/pull/224, https://github.com/sourcegraph/scip/pull/225)
10+
11+
scip CLI:
12+
13+
- `scip snapshot` output includes the `diagnostics` field.
14+
315
## v0.3.2
416

517
SCIP schema:

bindings/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scip"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = """

cmd/scip/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.3.3

docs/CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USAGE:
1818
scip [global options] command [command options] [arguments...]
1919
2020
VERSION:
21-
v0.3.2
21+
v0.3.3
2222
2323
DESCRIPTION:
2424
For more details, see the project README at:

0 commit comments

Comments
 (0)