Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

## What's Changed in v0.2.2
* Update ICU4X to 2.2 by @Manishearth in [#705](https://github.com/boa-dev/temporal/pull/705)
* Update MSRV to 1.86 @Manishearth in [#705](https://github.com/boa-dev/temporal/pull/705)

**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.2.1...v0.2.2

## What's Changed in v0.2.1
* Pin icu_calendar to v2.1 by @jedel1043 in [#704](https://github.com/boa-dev/temporal/pull/704)
* Remove unwrap in PYM::epoch_ns_for_utc by @Manishearth in [#701](https://github.com/boa-dev/temporal/pull/701)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.2.1"
version = "0.2.2"
rust-version = "1.86.0"
authors = ["boa-dev"]
license = "MIT OR Apache-2.0"
Expand Down
Loading