Skip to content

Commit

Permalink
Merge pull request #136 from Workiva/release_scip-dart_1.4.3
Browse files Browse the repository at this point in the history
FEDX-1391 Release scip-dart 1.4.3
  • Loading branch information
rmconsole4-wk authored Aug 19, 2024
2 parents 04d76ed + a175a08 commit 9d4713c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.3
- Updated the min dart version to `>=2.19 <3.0.0`, this is a pre-step to supporting dart 3

## 1.4.2
- Minor dependency updates and a test release for auto-tagging

## 1.4.1
- Added `elementFor` to the exported `SymbolGenerator` that can be used to retrieve the analyzer `Element` that should be used when generating symbols
- Fixed issue where the synthetic `values` field on `Enum` types was getting indexed (we just dont want to index this)
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.4.2';
const scipDartVersion = '1.4.3';
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.4.2
version: 1.4.3
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

Expand Down

0 comments on commit 9d4713c

Please sign in to comment.