From ba9b21d28020a86aba7181983d50d4ea4e28ca56 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Thu, 1 Feb 2024 18:35:40 +0000 Subject: [PATCH 1/2] scip-dart_1.3.0 --- 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 33a9e78..4cfdf3b 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.2.1'; +const scipDartVersion = '1.3.0'; diff --git a/pubspec.yaml b/pubspec.yaml index d208b52..e16a3af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.2.1 +version: 1.3.0 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart From accb80423667623e81d523619870962b676fe715 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Thu, 1 Feb 2024 11:44:30 -0700 Subject: [PATCH 2/2] update changelog for 1.3.0 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b58b4..cb1eb69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.3.0 +- Default `index-relationships` to `true`, now all scip files will be generating relationship data by default +- Fixed issue where `this.` declared in a constructor (NormalFormalParameters), was incorrectly referencing the `this` part of the parameter +- Updated the internal protobuf spec to the latest version. This includes populating `signatureDocumentation` as apart of symbol information declarations + ## 1.2.1 - Fixed a bug discovered with diagnostic reporting, where most diagnostics were missing