Skip to content

Commit 44d7f8a

Browse files
Merge pull request #177 from Workiva/release_scip-dart_1.6.2
FEDX-2978 Release scip-dart 1.6.2
2 parents e627198 + a388110 commit 44d7f8a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.6.2
4+
- Fixed a few minor bugs found in pubspec.yaml indexing (skips publish_to: none pubspecs, and considers "version" optional)
5+
- Updates version constraints to support running on dart 3
6+
37
## 1.6.1
48
- Added a default disabled flag for indexing pubspec.yaml files `--index-pubspec`.
59

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

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

0 commit comments

Comments
 (0)