From 15df8e78ea42a22e5b7fd903541676d15567c4d3 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Thu, 29 Jun 2023 21:41:42 +0000 Subject: [PATCH 1/2] scip-dart_1.1.2 --- 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 ecd0b8d..6a05340 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.1'; +const scipDartVersion = '1.1.2'; diff --git a/pubspec.yaml b/pubspec.yaml index d7e4a41..67b1c2a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.1.1 +version: 1.1.2 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart From 99a2b27e1bf93c40fc47578ca7cd337d7009f107 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Thu, 29 Jun 2023 15:54:22 -0600 Subject: [PATCH 2/2] updated release notes for 1.1.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d909e0..37ea6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.2 + +- added `--version` flag to retrieve the version of scip-dart +- populated `ToolInfo.version` in resulting scip files + ## 1.1.1 - Fixed bug where running indexing on a dart package with a nested subpackage would throw an exception