File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.4.3
4
+ - Updated the min dart version to ` >=2.19 <3.0.0 ` , this is a pre-step to supporting dart 3
5
+
6
+ ## 1.4.2
7
+ - Minor dependency updates and a test release for auto-tagging
8
+
3
9
## 1.4.1
4
10
- Added ` elementFor ` to the exported ` SymbolGenerator ` that can be used to retrieve the analyzer ` Element ` that should be used when generating symbols
5
11
- Fixed issue where the synthetic ` values ` field on ` Enum ` types was getting indexed (we just dont want to index this)
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.4.2 ' ;
5
+ const scipDartVersion = '1.4.3 ' ;
Original file line number Diff line number Diff line change 1
1
name : scip_dart
2
- version : 1.4.2
2
+ version : 1.4.3
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