From bd833b7b178d6239e6944b1cf9b027b475aed5e3 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Thu, 10 Aug 2023 16:36:48 +0000 Subject: [PATCH 1/2] scip-dart_1.1.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 268c04ed..8735bd58 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.3'; +const scipDartVersion = '1.1.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 47607767..60b075ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.1.3 +version: 1.1.4 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart From cf891052ce55d5879609f6fa7ec3d42ba8a74e2b Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Thu, 10 Aug 2023 10:41:16 -0600 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2378d2ef..730ccd18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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. +- Fixed issue where the `projectRoot` uri was being calculated incorrectly + ## 1.1.3 - generated scip bindings updated to provide relationship fields. This allows for "Go to Implementations" and other class/method inheritance navigation.