Skip to content

Commit 24778cd

Browse files
authored
Prepare for 0.2.3 (#715)
1 parent 078a314 commit 24778cd

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## What's Changed in v0.2.3
6+
* Update zoneinfo64 and Diplomat by @Manishearth in [#713](https://github.com/boa-dev/temporal/pull/713)
7+
8+
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.2...v0.2.3
9+
110
## What's Changed in v0.2.2
211
* Update ICU4X to 2.2 by @Manishearth in [#705](https://github.com/boa-dev/temporal/pull/705)
312

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.2"
14+
version = "0.2.3"
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.2", path = ".", default-features = false }
33-
timezone_provider = { version = "0.2.2", path = "./provider", default-features = false }
32+
temporal_rs = { version = "0.2.3", path = ".", default-features = false }
33+
timezone_provider = { version = "0.2.3", 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)