diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1eb692..ffc4938b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.0 +- Exported `SymbolGenerator` from the `symbol_generator.dart` entrypoint. Making use of this will allow generation of scip symbols outside of scip-darts main use case of indexing all the symbols in a dart repo + ## 1.3.0 - Default `index-relationships` to `true`, now all scip files will be generating relationship data by default - Fixed issue where `this.` declared in a constructor (NormalFormalParameters), was incorrectly referencing the `this` part of the parameter diff --git a/lib/src/version.dart b/lib/src/version.dart index 4cfdf3bd..9f01bc20 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.3.0'; +const scipDartVersion = '1.4.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 139175be..4adeafd5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.3.0 +version: 1.4.0 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart