Skip to content

Commit

Permalink
Merge pull request #148 from Workiva/release_scip-dart_1.5.0
Browse files Browse the repository at this point in the history
FEDX-1471 Release scip-dart 1.5.0
  • Loading branch information
rmconsole2-wf authored Sep 23, 2024
2 parents b24c212 + 7178033 commit f5c78a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// stored within pubspec.yaml

/// The current version of scip_dart
const scipDartVersion = '1.4.4';
const scipDartVersion = '1.5.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f5c78a9

Please sign in to comment.