diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c694c..a4a5707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.5 + +- Introduce `endOfDay` extension to `DateTime` + ## 2.1.4 - Introduce `shift` extension to `DateTime` diff --git a/README.md b/README.md index 446f961..4f5614d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ final DateTime fourHoursFromNow = DateTime.now() + Duration(hours: 4); ## 🎖 Installation ```yaml dependencies: - time: "^2.1.4" + time: "^2.1.5" ``` ### ⚡ Import diff --git a/pubspec.yaml b/pubspec.yaml index d6e1570..3cd5ae0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,19 +1,19 @@ name: time description: Type-safe DateTime and Duration calculations, powered by extensions. -version: 2.1.4 +version: 2.1.5 homepage: https://github.com/jogboms/time.dart environment: sdk: ">=2.12.0 <4.0.0" dependencies: - clock: ^1.1.1 + clock: ">=1.1.1 <2.0.0" funding: - https://www.paypal.me/jogboms - https://www.buymeacoffee.com/jogboms dev_dependencies: - lints: ^3.0.0 - test: ^1.25.1 - coverage: ^1.7.2 + lints: ^5.0.0 + test: ^1.25.8 + coverage: ^1.11.0