diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ea6a3..2378d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.3 + +- generated scip bindings updated to provide relationship fields. This allows for "Go to Implementations" and other class/method inheritance navigation. + ## 1.1.2 - added `--version` flag to retrieve the version of scip-dart diff --git a/lib/src/version.dart b/lib/src/version.dart index 6a05340..268c04e 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.2'; +const scipDartVersion = '1.1.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 67b1c2a..4760776 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.1.2 +version: 1.1.3 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart