Skip to content

Commit

Permalink
add support for intl 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gbassisp committed Dec 16, 2024
1 parent 9ff66dc commit f00c06e
Show file tree
Hide file tree
Showing 2 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,4 +1,8 @@

## 1.1.0

- Added support for `intl 0.20`

## 1.0.4

- Added support for git non-sense format, e.g., `Thu May 16 10:18:07 2024 +0930` and `Thu May 16 10:18:07pm 2024 +0930`
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: any_date
description: A package for parsing String into DateTime in any format. Easy way to parse a date in any format and in any language, while always respecting ISO and RFC formats.
version: 1.0.4
version: 1.1.0
repository: https://github.com/gbassisp/any_date
homepage: https://github.com/gbassisp/any_date

environment:
sdk: '>=2.12.0 <4.0.0'

dependencies:
intl: ">=0.18.1 <0.20.0"
intl: ">=0.18.1 <0.21.0"
meta: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit f00c06e

Please sign in to comment.