Skip to content

Commit

Permalink
Version bump and changelog entry for tzif
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Nov 23, 2024
1 parent 6bd4893 commit 0733eb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
- Fix integer overflow for `LiteMap` by using correct `Store` trait method (unicode-org#5113)
- `potential_utf`: New crate `0.1.0`
- New crate with unvalidated types split from `zerovec` (unicode-org#5364)
- `resb`: New crate `0.1.0`
- New crate of utilities for reading and writing ICU resource bundle files (unicode-org#4058)
- `tzif`: New crate `0.2.3 -> 0.3.0`
- Various breaking changes to APIs from "General" section above
- `tinystr`: `0.7.6 -> 0.8.0`
- Add UTF-16 constructors
- Rename `TinyStrError` to `ParseError` (unicode-org#5405)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ fixed_decimal = { version = "0.6.0", path = "utils/fixed_decimal", default-featu
ixdtf = { version = "0.3.0", path = "utils/ixdtf", default-features = false }
litemap = { version = "0.7.3", path = "utils/litemap", default-features = false }
tinystr = { version = "0.8.0", path = "utils/tinystr", default-features = false }
tzif = { version = "0.3.0-dev", path = "utils/tzif", default-features = false }
tzif = { version = "0.3.0", path = "utils/tzif", default-features = false }
potential_utf = { version = "0.1.0", path = "utils/potential_utf", default-features = false }
writeable = { version = "0.6.0", path = "utils/writeable", default-features = false }
yoke = { version = "0.7.5", path = "utils/yoke", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion utils/tzif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[package]
name = "tzif"
description = "A parser for TZif files"
version = "0.3.0-dev"
version = "0.3.0"
keywords = ["time-zone", "posix", "iana", "parse", "data"]
categories = ["date-and-time", "parser-implementations"]

Expand Down

0 comments on commit 0733eb9

Please sign in to comment.