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 1c8b0e9 + 75dc701 commit d7e9ca4Copy full SHA for d7e9ca4
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.6.1
4
+- Added a default disabled flag for indexing pubspec.yaml files `--index-pubspec`.
5
+
6
## 1.6.0
7
- Added `--output` flag to configure output location of the generated index file
8
lib/src/version.dart
@@ -2,4 +2,4 @@
// stored within pubspec.yaml
/// The current version of scip_dart
-const scipDartVersion = '1.6.0';
+const scipDartVersion = '1.6.1';
pubspec.yaml
@@ -1,5 +1,5 @@
name: scip_dart
-version: 1.6.0
+version: 1.6.1
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart
0 commit comments