Skip to content

Commit 9a10140

Browse files
Merge pull request #118 from Workiva/release_scip-dart_1.3.0
FEA-2871 Release scip-dart 1.3.0
2 parents 317211f + accb804 commit 9a10140

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.3.0
4+
- Default `index-relationships` to `true`, now all scip files will be generating relationship data by default
5+
- Fixed issue where `this.<param>` declared in a constructor (NormalFormalParameters), was incorrectly referencing the `this` part of the parameter
6+
- Updated the internal protobuf spec to the latest version. This includes populating `signatureDocumentation` as apart of symbol information declarations
7+
38
## 1.2.1
49
- Fixed a bug discovered with diagnostic reporting, where most diagnostics were missing
510

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

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

0 commit comments

Comments
 (0)