Skip to content

Commit

Permalink
Merge pull request #99 from Workiva/release_scip-dart_1.2.0
Browse files Browse the repository at this point in the history
FEA-2503 Release scip-dart 1.2.0
  • Loading branch information
rmconsole7-wk authored Oct 23, 2023
2 parents 239e8a9 + e9103c8 commit e23bd1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.0

- 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

## 1.1.5

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

## 1.1.3

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

## 1.1.2

- added `--version` flag to retrieve the version of scip-dart
- populated `ToolInfo.version` in resulting scip files
- Added `--version` flag to retrieve the version of scip-dart
- Populated `ToolInfo.version` in resulting scip files

## 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// stored within pubspec.yaml

/// The current version of scip_dart
const scipDartVersion = '1.1.5';
const scipDartVersion = '1.2.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scip_dart
version: 1.1.5
version: 1.2.0
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

Expand Down

0 comments on commit e23bd1d

Please sign in to comment.