Skip to content

Commit

Permalink
0.3.3 version bump
Browse files Browse the repository at this point in the history
Updated to 2020d for urgent Palestine changes
  • Loading branch information
alabamenhu committed Oct 26, 2020
1 parent 4cba733 commit 93b74a9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
52 changes: 26 additions & 26 deletions META6.json
@@ -1,9 +1,5 @@
{
"test-depends": [
"Test"
],
"version": "0.3.2",
"meta-version": "0",
"auth": "github:alabamenhu",
"tags": [
"timezones",
"olson",
Expand All @@ -12,27 +8,6 @@
"date"
],
"name": "DateTime::Timezones",
"authors": [
"Matthew Stephen STUCKWISCH <mateu@softastur.org>"
],
"support": {
"source": "git://github.com/alabamenhu/DateTimeTimezones.git"
},
"source-url": "git://github.com/alabamenhu/DateTimeTimezones.git",
"auth": "github:alabamenhu",
"provides": {
"DateTime::Timezones::State": "lib/DateTime/Timezones/State.pm6",
"DateTime::Timezones::Classes": "lib/DateTime/Timezones/Classes.pm6",
"DateTime::Timezones::Routines": "lib/DateTime/Timezones/Routines.pm6",
"DateTime::Timezones": "lib/DateTime/Timezones.pm6"
},
"license": "Artistic-2.0",
"depends": [
],
"perl": "6.*",
"description": "A module enabling experimental timezone support to DateTime",
"build-depends": [
],
"resources": [
"TZif/Indian/Mauritius",
"TZif/Indian/Chagos",
Expand Down Expand Up @@ -509,5 +484,30 @@
"TZif/Africa/Freetown",
"TZif/Factory",
"TZif/HST"
],
"version": "0.3.3",
"provides": {
"DateTime::Timezones::Classes": "lib/DateTime/Timezones/Classes.pm6",
"DateTime::Timezones::State": "lib/DateTime/Timezones/State.pm6",
"DateTime::Timezones::Routines": "lib/DateTime/Timezones/Routines.pm6",
"DateTime::Timezones": "lib/DateTime/Timezones.pm6"
},
"perl": "6.*",
"support": {
"source": "git://github.com/alabamenhu/DateTimeTimezones.git"
},
"source-url": "git://github.com/alabamenhu/DateTimeTimezones.git",
"license": "Artistic-2.0",
"authors": [
"Matthew Stephen STUCKWISCH <mateu@softastur.org>"
],
"meta-version": "0",
"test-depends": [
"Test"
],
"description": "A module enabling experimental timezone support to DateTime",
"depends": [
],
"build-depends": [
]
}
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -53,6 +53,9 @@ It has a few tricks to make sure it doesn't apply the role multiple times.
The data files come from the [IANA](https://www.iana.org/time-zones), and are compiled using their zone information compiler (ZIC).

## Version history
- **0.3.3**
- Upgraded database to the 2020d release
- Minor (but urgent) update for Palestine
- **0.3.2**
- Upgraded database to the 2020c release
- Minor update for Fiji
Expand Down

0 comments on commit 93b74a9

Please sign in to comment.