From d62e0d92fc0bf634e571f0b58349777dd6a50c35 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Wed, 13 Sep 2023 01:35:16 +0000 Subject: [PATCH 1/2] scip-dart_1.1.5 --- 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 8735bd5..4703e4e 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.1.4'; +const scipDartVersion = '1.1.5'; diff --git a/pubspec.yaml b/pubspec.yaml index 126b2ae..6dae8f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.1.4 +version: 1.1.5 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart From ef613b05ca649d2b2827e14d0c42ffc51103f71f Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Tue, 12 Sep 2023 19:43:13 -0600 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 730ccd1..8a1ade5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.5 + +- Fixed issues where cascade references would incorrectly index variables and assignments +- Fixed issues where functions passed as parameters would incorrectly index their nested parameters + ## 1.1.4 - Put the generation of relationships field behind a `--index-relationships` flag which needs to be opted in. This was to continue to work on coverage of relationships support without effecting consumers.