Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 54e930a

Browse files
authored
stable null safety release (#33)
1 parent b6aa76c commit 54e930a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0
2+
3+
- Stable null safety release.
4+
15
## 0.2.0-nullsafety.0
26

37
- Migrate to the null safety language feature.

pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: test_reflective_loader
2-
version: 0.2.0-nullsafety.0
2+
version: 0.2.0
33

44
description: Support for discovering tests and test suites using reflection.
5-
author: Dart Team <[email protected]>
65
homepage: https://github.com/dart-lang/test_reflective_loader
76

87
environment:
98
sdk: '>=2.12.0-0 <3.0.0'
109

1110
dependencies:
12-
test: '>=1.16.0-nullsafety.12 <2.0.0'
11+
test: '>=1.16.0 <2.0.0'

0 commit comments

Comments
 (0)