Skip to content

Commit

Permalink
Merge pull request #96 from Workiva/release_scip-dart_1.1.5
Browse files Browse the repository at this point in the history
FEA-2358 Release scip-dart 1.1.5
  • Loading branch information
rmconsole7-wk authored Sep 13, 2023
2 parents d8e02c4 + ef613b0 commit 60b508d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.5

- Fixed issues where cascade references would incorrectly index variables and assignments
- Fixed issues where functions passed as parameters would incorrectly index their nested parameters

## 1.1.4

- 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.
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.1.4';
const scipDartVersion = '1.1.5';
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.1.4
version: 1.1.5
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

Expand Down

0 comments on commit 60b508d

Please sign in to comment.