diff --git a/CHANGELOG.md b/CHANGELOG.md index acf279c..cea9f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.3 +- Updated the min dart version to `>=2.19 <3.0.0`, this is a pre-step to supporting dart 3 + +## 1.4.2 +- Minor dependency updates and a test release for auto-tagging + ## 1.4.1 - Added `elementFor` to the exported `SymbolGenerator` that can be used to retrieve the analyzer `Element` that should be used when generating symbols - Fixed issue where the synthetic `values` field on `Enum` types was getting indexed (we just dont want to index this) diff --git a/lib/src/version.dart b/lib/src/version.dart index 84ed66d..756be3c 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.4.2'; +const scipDartVersion = '1.4.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 5adf752..cb3539d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.4.2 +version: 1.4.3 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart