diff --git a/CHANGELOG.md b/CHANGELOG.md index ac895f3..7ba8f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.5.1 +- Adds support for missing SymbolInformation.kind on extension, mixin symbols + ## 1.5.0 - Adds support for SymbolInformation.kind on the following symbols: class, enum, type alias, constructor, method, function, variable, parameter, property, and field. diff --git a/lib/src/version.dart b/lib/src/version.dart index 3660728..e58a60c 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.5.0'; +const scipDartVersion = '1.5.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 91675fd..161e8fa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.5.0 +version: 1.5.1 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart