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 88dbc18 + 99a2b27 commit cade411Copy full SHA for cade411
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.2
4
+
5
+- added `--version` flag to retrieve the version of scip-dart
6
+- populated `ToolInfo.version` in resulting scip files
7
8
## 1.1.1
9
10
- Fixed bug where running indexing on a dart package with a nested subpackage would throw an exception
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';
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
0 commit comments