diff --git a/CHANGELOG.md b/CHANGELOG.md index 91777de..59b58b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.2.1 +- Fixed a bug discovered with diagnostic reporting, where most diagnostics were missing + ## 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 diff --git a/lib/src/version.dart b/lib/src/version.dart index 97ebf84..33a9e78 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.2.0'; +const scipDartVersion = '1.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 0a32e99..00fc5a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.2.0 +version: 1.2.1 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart