diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d909e0..37ea6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.2 + +- added `--version` flag to retrieve the version of scip-dart +- populated `ToolInfo.version` in resulting scip files + ## 1.1.1 - Fixed bug where running indexing on a dart package with a nested subpackage would throw an exception diff --git a/lib/src/version.dart b/lib/src/version.dart index ecd0b8d..6a05340 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.1.1'; +const scipDartVersion = '1.1.2'; diff --git a/pubspec.yaml b/pubspec.yaml index d7e4a41..67b1c2a 100644 --- a/pubspec.yaml +++ b/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