Skip to content

Commit d11e087

Browse files
authored
v2.1.0 #48
2 parents 14d016c + 402ef12 commit d11e087

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.0
2+
3+
- Introduce `package:clock` dependency for more predictable testing
4+
15
## 2.0.1
26

37
- Implement utc support for `copyWith` operation

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.0.1"
15+
time: "^2.1.0"
1616
```
1717
1818
### ⚡ Import

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: time
22
description: Type-safe DateTime and Duration calculations, powered by extensions.
3-
version: 2.0.1
3+
version: 2.1.0
44
homepage: https://github.com/jogboms/time.dart
55

66
environment:

0 commit comments

Comments
 (0)