Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 6e4b478

Browse files
authored
0.1.125 (#2342)
1 parent ae79c8c commit 6e4b478

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.125
2+
3+
* (internal): update to new `PhysicalResourceProvider` API
4+
15
# 0.1.124
26

37
* fixed false positives in `prefer_constructors_over_static_methods`

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Package version. Synchronized w/ pubspec.yaml.
6-
const String version = '0.1.124';
6+
const String version = '0.1.125';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 0.1.124
2+
version: 0.1.125
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)