Skip to content

Commit 4f6d344

Browse files
authored
Update to 2022g (0.2.x) (#149)
Update to 2022g
1 parent 4c18e40 commit 4f6d344

9 files changed

+905
-909
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changes between the versions
22

3+
### 0.2.13
4+
5+
* Update to [Time Zone Database 2022g](https://mm.icann.org/pipermail/tz-announce/2022-November/000076.html)
6+
37
### 0.2.12
48

59
* Update to [Time Zone Database 2022f](https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DELETE_ON_ERROR:
22

3-
TZDB_VERSION := tzdb-2022f
3+
TZDB_VERSION := tzdb-2022g
44

55
tzdb/src/generated.rs: tmp/${TZDB_VERSION}/usr/share/zoneinfo/
66
cargo r --bin make-tzdb -- $@ $<

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Static time zone information for [tz-rs](https://crates.io/crates/tz-rs).
99

1010
This crate provides all time zones found in the [Time Zone Database](https://www.iana.org/time-zones),
11-
currently in the version 2022f (released 2022-10-29).
11+
currently in the version 2022g (released 2022-11-29).
1212

1313
See the documentation for a full list the the contained time zones:
1414
<https://docs.rs/tzdb/latest/tzdb/time_zone/index.html>

tzdb-2022f.tar.lz.sha

-1
This file was deleted.

tzdb-2022g.tar.lz.sha

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f471046189f519de5735ac2d8c3edb27cbe925247b06f44634e700e5e4453ec5f715d85256fc74d300bcdaa070a7600fcc054327f2dfe743ab3c0fe404ff83c1 tmp/tzdb-2022g.tar.lz

tzdb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tzdb"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
edition = "2021"
55
authors = ["René Kijewski <[email protected]>"]
66
repository = "https://github.com/Kijewski/tzdb"

0 commit comments

Comments
 (0)