We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87b79a8 + 0c70e08 commit 1e7d847Copy full SHA for 1e7d847
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.4.4
4
+- Minor update to release CI
5
+
6
## 1.4.3
7
- Updated the min dart version to `>=2.19 <3.0.0`, this is a pre-step to supporting dart 3
8
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';
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
0 commit comments