Skip to content

Commit

Permalink
v2.1.0 #48
Browse files Browse the repository at this point in the history
  • Loading branch information
jogboms authored Dec 8, 2021
2 parents 14d016c + 402ef12 commit d11e087
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- Introduce `package:clock` dependency for more predictable testing

## 2.0.1

- Implement utc support for `copyWith` operation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4);
## 🎖 Installation
```yaml
dependencies:
time: "^2.0.1"
time: "^2.1.0"
```
### ⚡ Import
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: time
description: Type-safe DateTime and Duration calculations, powered by extensions.
version: 2.0.1
version: 2.1.0
homepage: https://github.com/jogboms/time.dart

environment:
Expand Down

0 comments on commit d11e087

Please sign in to comment.