Skip to content

Commit 02b2ee5

Browse files
committed
Release 0.2.2
1 parent 2f83fbd commit 02b2ee5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## What's Changed in v0.2.2
6+
* Update ICU4X to 2.2 by @Manishearth in [#705](https://github.com/boa-dev/temporal/pull/705)
7+
* Update MSRV to 1.86 @Manishearth in [#705](https://github.com/boa-dev/temporal/pull/705)
8+
9+
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.1...v0.2.2
10+
111
## What's Changed in v0.2.1
212
* Pin icu_calendar to v2.1 by @jedel1043 in [#704](https://github.com/boa-dev/temporal/pull/704)
313
* Remove unwrap in PYM::epoch_ns_for_utc by @Manishearth in [#701](https://github.com/boa-dev/temporal/pull/701)

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)