Skip to content

Commit

Permalink
Merge pull request #167 from Workiva/release_scip-dart_1.5.4
Browse files Browse the repository at this point in the history
FEDX-2113 Release scip-dart 1.5.4
  • Loading branch information
btr-rmconsole-6[bot] authored Jan 7, 2025
2 parents 69ac3b4 + 76304ff commit b05c711
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.4
- Fixed a bug where constructor references weren't correctly indexed

## 1.5.3
- Dependency bumps

## 1.5.2
- Improved support for getters/setters, utilizing `<get>`/`<set>` keywords within indexed symbols
- Fixed relationship indexing for fields, getters, and setters
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.5.3';
const scipDartVersion = '1.5.4';
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.5.3
version: 1.5.4
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

Expand Down

0 comments on commit b05c711

Please sign in to comment.