Skip to content

Commit 9d4713c

Browse files
Merge pull request #136 from Workiva/release_scip-dart_1.4.3
FEDX-1391 Release scip-dart 1.4.3
2 parents 04d76ed + a175a08 commit 9d4713c

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.4.3
4+
- Updated the min dart version to `>=2.19 <3.0.0`, this is a pre-step to supporting dart 3
5+
6+
## 1.4.2
7+
- Minor dependency updates and a test release for auto-tagging
8+
39
## 1.4.1
410
- Added `elementFor` to the exported `SymbolGenerator` that can be used to retrieve the analyzer `Element` that should be used when generating symbols
511
- Fixed issue where the synthetic `values` field on `Enum` types was getting indexed (we just dont want to index this)

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

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

0 commit comments

Comments
 (0)