Skip to content

Commit e23bd1d

Browse files
Merge pull request #99 from Workiva/release_scip-dart_1.2.0
FEA-2503 Release scip-dart 1.2.0
2 parents 239e8a9 + e9103c8 commit e23bd1d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.0
4+
5+
- Added support for [occurrence diagnostics](https://github.com/sourcegraph/scip/blob/8d3634b4d6aa564129dac3ee462592ebc4203236/scip.proto#L579), all indexed packages will now include hints, warnings, and errors from the dart analysis server
6+
37
## 1.1.5
48

59
- Fixed issues where cascade references would incorrectly index variables and assignments
@@ -12,12 +16,12 @@
1216

1317
## 1.1.3
1418

15-
- generated scip bindings updated to provide relationship fields. This allows for "Go to Implementations" and other class/method inheritance navigation.
19+
- Generated scip bindings updated to provide relationship fields. This allows for "Go to Implementations" and other class/method inheritance navigation.
1620

1721
## 1.1.2
1822

19-
- added `--version` flag to retrieve the version of scip-dart
20-
- populated `ToolInfo.version` in resulting scip files
23+
- Added `--version` flag to retrieve the version of scip-dart
24+
- Populated `ToolInfo.version` in resulting scip files
2125

2226
## 1.1.1
2327

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// stored within pubspec.yaml
33

44
/// The current version of scip_dart
5-
const scipDartVersion = '1.1.5';
5+
const scipDartVersion = '1.2.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: scip_dart
2-
version: 1.1.5
2+
version: 1.2.0
33
description: generates scip bindings for dart files
44
repository: https://github.com/Workiva/scip-dart
55

0 commit comments

Comments
 (0)