Skip to content

Commit b05c711

Browse files
Merge pull request #167 from Workiva/release_scip-dart_1.5.4
FEDX-2113 Release scip-dart 1.5.4
2 parents 69ac3b4 + 76304ff commit b05c711

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.5.4
4+
- Fixed a bug where constructor references weren't correctly indexed
5+
6+
## 1.5.3
7+
- Dependency bumps
8+
39
## 1.5.2
410
- Improved support for getters/setters, utilizing `<get>`/`<set>` keywords within indexed symbols
511
- Fixed relationship indexing for fields, getters, and setters

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// stored within pubspec.yaml
33

44
/// The current version of scip_dart
5-
const scipDartVersion = '1.5.3';
5+
const scipDartVersion = '1.5.4';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: scip_dart
2-
version: 1.5.3
2+
version: 1.5.4
33
description: generates scip bindings for dart files
44
repository: https://github.com/Workiva/scip-dart
55

0 commit comments

Comments
 (0)