Skip to content

Commit 2f1a256

Browse files
authored
Prep for release v0.2.2 (#707)
Bumps the versions and updates the CHANGELOG
1 parent 2f83fbd commit 2f1a256

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## What's Changed in v0.2.2
2+
* Update ICU4X to 2.2 by @Manishearth in [#705](https://github.com/boa-dev/temporal/pull/705)
3+
4+
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.1...v0.2.2
5+
16
## What's Changed in v0.2.1
27
* Pin icu_calendar to v2.1 by @jedel1043 in [#704](https://github.com/boa-dev/temporal/pull/704)
38
* Remove unwrap in PYM::epoch_ns_for_utc by @Manishearth in [#701](https://github.com/boa-dev/temporal/pull/701)

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[workspace.package]
1313
edition = "2021"
14-
version = "0.2.1"
14+
version = "0.2.2"
1515
rust-version = "1.86.0"
1616
authors = ["boa-dev"]
1717
license = "MIT OR Apache-2.0"
@@ -29,8 +29,8 @@ exclude = [
2929

3030
[workspace.dependencies]
3131
# Self
32-
temporal_rs = { version = "0.2.1", path = ".", default-features = false }
33-
timezone_provider = { version = "0.2.1", path = "./provider", default-features = false }
32+
temporal_rs = { version = "0.2.2", path = ".", default-features = false }
33+
timezone_provider = { version = "0.2.2", path = "./provider", default-features = false }
3434
zoneinfo_rs = { version = "0.1.0", path = "./zoneinfo", default-features = false }
3535

3636
# Dependencies

0 commit comments

Comments
 (0)