From f12574b488fc9dc070ab5f299c2ee20b63ab9259 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Fri, 9 Aug 2024 14:49:41 +0000 Subject: [PATCH 1/2] scip-dart_1.4.3 --- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/version.dart b/lib/src/version.dart index 84ed66d6..756be3c7 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 5adf752f..cb3539d5 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 From a175a089c9913dee7b57a40934dfaf14d56ad01e Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Mon, 19 Aug 2024 15:21:51 -0600 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf279cc..cea9f7c5 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)