File tree 4 files changed +15
-3
lines changed
4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
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
+
3
15
## v0.3.2
4
16
5
17
SCIP schema:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scip"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
edition = " 2021"
5
5
license = " Apache-2.0"
6
6
description = """
Original file line number Diff line number Diff line change 1
- 0.3.2
1
+ 0.3.3
Original file line number Diff line number Diff line change 18
18
scip [global options] command [command options] [arguments...]
19
19
20
20
VERSION:
21
- v0.3.2
21
+ v0.3.3
22
22
23
23
DESCRIPTION:
24
24
For more details, see the project README at:
You can’t perform that action at this time.
0 commit comments