From ea8662b34b3d48b178e851d7b5452985549f1c09 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Wed, 21 Aug 2024 16:52:40 +0000 Subject: [PATCH 1/2] scip-dart_1.4.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 756be3c..5cd0307 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.4.3'; +const scipDartVersion = '1.4.4'; diff --git a/pubspec.yaml b/pubspec.yaml index d03ce5c..57b21ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.4.3 +version: 1.4.4 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart From 0c70e08af3d2ffd17a366d1bc209e427c0a1fc4d Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Wed, 21 Aug 2024 10:57:22 -0600 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea9f7c..82255b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.4 +- Minor update to release CI + ## 1.4.3 - Updated the min dart version to `>=2.19 <3.0.0`, this is a pre-step to supporting dart 3