Skip to content

Commit bf7c7b0

Browse files
authored
v2.1.5 #75
2 parents 2aeb17c + 07faae9 commit bf7c7b0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.5
2+
3+
- Introduce `endOfDay` extension to `DateTime`
4+
15
## 2.1.4
26

37
- Introduce `shift` extension to `DateTime`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4);
1212
## 🎖 Installation
1313
```yaml
1414
dependencies:
15-
time: "^2.1.4"
15+
time: "^2.1.5"
1616
```
1717
1818
### ⚡ Import

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: time
22
description: Type-safe DateTime and Duration calculations, powered by extensions.
3-
version: 2.1.4
3+
version: 2.1.5
44
homepage: https://github.com/jogboms/time.dart
55

66
environment:
77
sdk: ">=2.12.0 <4.0.0"
88

99
dependencies:
10-
clock: ^1.1.1
10+
clock: ">=1.1.1 <2.0.0"
1111

1212
funding:
1313
- https://www.paypal.me/jogboms
1414
- https://www.buymeacoffee.com/jogboms
1515

1616
dev_dependencies:
17-
lints: ^3.0.0
18-
test: ^1.25.1
19-
coverage: ^1.7.2
17+
lints: ^5.0.0
18+
test: ^1.25.8
19+
coverage: ^1.11.0

0 commit comments

Comments
 (0)