File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.2
4+ - Fixed a few minor bugs found in pubspec.yaml indexing (skips publish_to: none pubspecs, and considers "version" optional)
5+ - Updates version constraints to support running on dart 3
6+
37## 1.6.1
48- Added a default disabled flag for indexing pubspec.yaml files ` --index-pubspec ` .
59
Original file line number Diff line number Diff line change 22// stored within pubspec.yaml
33
44/// The current version of scip_dart
5- const scipDartVersion = '1.6.1 ' ;
5+ const scipDartVersion = '1.6.2 ' ;
Original file line number Diff line number Diff line change 11name : scip_dart
2- version : 1.6.1
2+ version : 1.6.2
33description : generates scip bindings for dart files
44repository : https://github.com/Workiva/scip-dart
55
You can’t perform that action at this time.
0 commit comments