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 aa470bb + 11222c8 commit fc62498Copy full SHA for fc62498
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.6.0
4
+- Added `--output` flag to configure output location of the generated index file
5
+
6
## 1.5.4
7
- Fixed a bug where constructor references weren't correctly indexed
8
lib/src/version.dart
@@ -2,4 +2,4 @@
// stored within pubspec.yaml
/// The current version of scip_dart
-const scipDartVersion = '1.5.4';
+const scipDartVersion = '1.6.0';
pubspec.yaml
@@ -1,5 +1,5 @@
name: scip_dart
-version: 1.5.4
+version: 1.6.0
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart
0 commit comments