From 5cc3466e8dec3d3eee54b21039f9d88c28e960ee Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Mon, 23 Oct 2023 17:49:41 +0000 Subject: [PATCH 1/3] scip-dart_1.2.0 --- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/version.dart b/lib/src/version.dart index 4703e4e..97ebf84 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -2,4 +2,4 @@ // stored within pubspec.yaml /// The current version of scip_dart -const scipDartVersion = '1.1.5'; +const scipDartVersion = '1.2.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 60ebb2e..0a32e99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 From 023bf437e399041691cd603e55b4d956e7183eee Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Mon, 23 Oct 2023 11:54:11 -0600 Subject: [PATCH 2/3] updated changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1ade5..d852ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 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 +- Dependency updates + ## 1.1.5 - Fixed issues where cascade references would incorrectly index variables and assignments @@ -12,12 +17,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 From e9103c8da12b74fc830cf0c445c95daa7b21e34b Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Mon, 23 Oct 2023 11:54:35 -0600 Subject: [PATCH 3/3] minor edit of changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d852ea1..91777de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ## 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 -- Dependency updates ## 1.1.5