From e8a1fd282af1aae9c21aa5c9126bb19d3963e5a1 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Fri, 3 Jan 2025 16:09:55 +0000 Subject: [PATCH 1/2] scip-dart_1.5.4 --- 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 7bb16f9..43496f4 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.5.3'; +const scipDartVersion = '1.5.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 36f82fb..119c078 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.5.3 +version: 1.5.4 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart From 76304ffa0a1c8e65213b0db2db88a34526eba945 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Fri, 3 Jan 2025 09:54:04 -0700 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a953118..c347384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.4 +- Fixed a bug where constructor references weren't correctly indexed + +## 1.5.3 +- Dependency bumps + ## 1.5.2 - Improved support for getters/setters, utilizing ``/`` keywords within indexed symbols - Fixed relationship indexing for fields, getters, and setters