Skip to content

Commit 659e759

Browse files
committed
Bump version
1 parent b90bdff commit 659e759

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
### 0.4.0
1+
## 0.4.1
2+
3+
- [PR-84](https://github.com/leisim/dartx/pull/84) Increase `path` version range to be compatible with Flutter 1.17
4+
- [PR-83](https://github.com/leisim/dartx/pull/83) Run tests on macOS
5+
6+
## 0.4.0
27

38
### Iterable
49
- [PR-41](https://github.com/leisim/dartx/pull/41) New `Iterable<T>.containsAny(Iterable<T>)` extension

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartx
22
description: Superpowers for Dart. Collection of useful static extension methods.
3-
version: 0.4.0
3+
version: 0.4.1
44
homepage: https://github.com/leisim/dartx
55

66
environment:

0 commit comments

Comments
 (0)