Skip to content

Commit 0bb153c

Browse files
hsivonensffc
authored andcommitted
Update version numbers and README for UTS 46
1 parent dc7f4f5 commit 0bb153c

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33
## icu4x 1.4.x
4+
- [Expose UTS 46 data via the normalizer](https://github.com/unicode-org/icu4x/pull/4712)
5+
- `icu_normalizer@1.4.2`
6+
7+
- [Implement Joining_Type property](https://github.com/unicode-org/icu4x/pull/4599)
8+
- `icu_properties@1.4.1`
9+
410
- [Remove icu_datagen's dep on `fractional`](https://github.com/unicode-org/icu4x/pull/4472)
511
- `icu_datagen@1.4.1`
612

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/normalizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "icu_normalizer"
77
description = "API for normalizing text into Unicode Normalization Forms"
88
license-file = "LICENSE"
99

10-
version = "1.4.1"
10+
version = "1.4.2"
1111
rust-version.workspace = true
1212
authors.workspace = true
1313
edition.workspace = true

components/properties/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "icu_properties"
77
description = "Definitions for Unicode properties"
88
license-file = "LICENSE"
99

10+
version = "1.4.1"
1011
authors.workspace = true
1112
categories.workspace = true
1213
edition.workspace = true
1314
homepage.workspace = true
1415
include.workspace = true
1516
repository.workspace = true
1617
rust-version.workspace = true
17-
version.workspace = true
1818

1919
[package.metadata.docs.rs]
2020
all-features = true

provider/baked/normalizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/bakeddata-scripts/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const COMPONENTS: &[(&str, &[DataKey], &str)] = &[
3232
icu::locid_transform::provider::KEYS,
3333
REPO_VERSION,
3434
),
35-
("normalizer", icu::normalizer::provider::KEYS, REPO_VERSION),
35+
("normalizer", icu::normalizer::provider::KEYS, "1.4.1"),
3636
("plurals", icu::plurals::provider::KEYS, REPO_VERSION),
3737
("properties", icu::properties::provider::KEYS, REPO_VERSION),
3838
(

0 commit comments

Comments
 (0)