Skip to content

Commit 60b508d

Browse files
Merge pull request #96 from Workiva/release_scip-dart_1.1.5
FEA-2358 Release scip-dart 1.1.5
2 parents d8e02c4 + ef613b0 commit 60b508d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 1.1.5
4+
5+
- Fixed issues where cascade references would incorrectly index variables and assignments
6+
- Fixed issues where functions passed as parameters would incorrectly index their nested parameters
7+
38
## 1.1.4
49

510
- Put the generation of relationships field behind a `--index-relationships` flag which needs to be opted in. This was to continue to work on coverage of relationships support without effecting consumers.

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.1.4';
5+
const scipDartVersion = '1.1.5';

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.1.4
2+
version: 1.1.5
33
description: generates scip bindings for dart files
44
repository: https://github.com/Workiva/scip-dart
55

0 commit comments

Comments
 (0)