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 1
1
# Changelog
2
2
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
+
3
7
## 1.6.1
4
8
- Added a default disabled flag for indexing pubspec.yaml files ` --index-pubspec ` .
5
9
Original file line number Diff line number Diff line change 2
2
// stored within pubspec.yaml
3
3
4
4
/// 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 1
1
name : scip_dart
2
- version : 1.6.1
2
+ version : 1.6.2
3
3
description : generates scip bindings for dart files
4
4
repository : https://github.com/Workiva/scip-dart
5
5
You can’t perform that action at this time.
0 commit comments