Skip to content

Commit

Permalink
Merge pull request #103 from Workiva/release_scip-dart_1.2.1
Browse files Browse the repository at this point in the history
FEA-2798 Release scip-dart 1.2.1
  • Loading branch information
rmconsole2-wf authored Nov 3, 2023
2 parents c97eac8 + b8b5d15 commit f8305b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2.0';
const scipDartVersion = '1.2.1';
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.2.0
version: 1.2.1
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

Expand Down

0 comments on commit f8305b7

Please sign in to comment.