Skip to content

Commit a55a78a

Browse files
authored
Version bump and changelog entry for tzif (#5870)
<!-- Thank you for your pull request to ICU4X! Reminder: try to use [Conventional Comments](https://conventionalcomments.org/) to make comments clearer. Please see https://github.com/unicode-org/icu4x/blob/main/CONTRIBUTING.md for general information on contributing to ICU4X. -->
1 parent 6bd4893 commit a55a78a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@
185185
- Fix integer overflow for `LiteMap` by using correct `Store` trait method (unicode-org#5113)
186186
- `potential_utf`: New crate `0.1.0`
187187
- New crate with unvalidated types split from `zerovec` (unicode-org#5364)
188-
- `resb`: New crate `0.1.0`
189-
- New crate of utilities for reading and writing ICU resource bundle files (unicode-org#4058)
188+
- `tzif`: New crate `0.2.3 -> 0.3.0`
189+
- Various breaking changes to APIs from "General" section above
190190
- `tinystr`: `0.7.6 -> 0.8.0`
191191
- Add UTF-16 constructors
192192
- Rename `TinyStrError` to `ParseError` (unicode-org#5405)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ fixed_decimal = { version = "0.6.0", path = "utils/fixed_decimal", default-featu
194194
ixdtf = { version = "0.3.0", path = "utils/ixdtf", default-features = false }
195195
litemap = { version = "0.7.3", path = "utils/litemap", default-features = false }
196196
tinystr = { version = "0.8.0", path = "utils/tinystr", default-features = false }
197-
tzif = { version = "0.3.0-dev", path = "utils/tzif", default-features = false }
197+
tzif = { version = "0.3.0", path = "utils/tzif", default-features = false }
198198
potential_utf = { version = "0.1.0", path = "utils/potential_utf", default-features = false }
199199
writeable = { version = "0.6.0", path = "utils/writeable", default-features = false }
200200
yoke = { version = "0.7.5", path = "utils/yoke", default-features = false }

utils/potential_utf/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[package]
66
name = "potential_utf"
7+
description = "Unvalidated string and character types"
78
version = "0.1.0"
89
rust-version.workspace = true
910
authors.workspace = true

utils/tzif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[package]
66
name = "tzif"
77
description = "A parser for TZif files"
8-
version = "0.3.0-dev"
8+
version = "0.3.0"
99
keywords = ["time-zone", "posix", "iana", "parse", "data"]
1010
categories = ["date-and-time", "parser-implementations"]
1111

0 commit comments

Comments
 (0)