Skip to content

Commit

Permalink
v2.1.5 #75
Browse files Browse the repository at this point in the history
  • Loading branch information
jogboms authored Nov 18, 2024
2 parents 2aeb17c + 07faae9 commit bf7c7b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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.5

- Introduce `endOfDay` extension to `DateTime`

## 2.1.4

- Introduce `shift` extension to `DateTime`
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.1.4"
time: "^2.1.5"
```
### ⚡ Import
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf7c7b0

Please sign in to comment.