diff --git a/CHANGELOG.md b/CHANGELOG.md index 82255b2..ac895f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.5.0 +- Adds support for SymbolInformation.kind on the following symbols: class, enum, type alias, constructor, method, function, variable, parameter, property, and field. + ## 1.4.4 - Minor update to release CI diff --git a/lib/src/version.dart b/lib/src/version.dart index 5cd0307..3660728 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.4.4'; +const scipDartVersion = '1.5.0'; diff --git a/pubspec.yaml b/pubspec.yaml index df0a1a1..91675fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.4.4 +version: 1.5.0 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart