Skip to content

Commit df531eb

Browse files
authored
Release 0.0.14 (#524)
1 parent 97745fd commit df531eb

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## What's Changed in v0.0.14
6+
* Release 0.0.14
7+
* Fix validity checks by @Manishearth in [#523](https://github.com/boa-dev/temporal/pull/523)
8+
9+
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.0.13...v0.0.14
10+
511
## What's Changed in v0.0.13
612
* Bump versions to 0.13
713
* Add validity checks on parse by @Manishearth in [#517](https://github.com/boa-dev/temporal/pull/517)

Cargo.lock

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

Cargo.toml

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

1212
[workspace.package]
1313
edition = "2021"
14-
version = "0.0.13"
14+
version = "0.0.14"
1515
rust-version = "1.82.0"
1616
authors = ["boa-dev"]
1717
license = "MIT OR Apache-2.0"
@@ -28,9 +28,9 @@ exclude = [
2828

2929
[workspace.dependencies]
3030
# Self
31-
temporal_rs = { version = "~0.0.13", path = ".", default-features = false }
32-
timezone_provider = { version = "~0.0.13", path = "./provider" }
33-
zoneinfo_rs = { version = "~0.0.13", path = "./zoneinfo" }
31+
temporal_rs = { version = "~0.0.14", path = ".", default-features = false }
32+
timezone_provider = { version = "~0.0.14", path = "./provider" }
33+
zoneinfo_rs = { version = "~0.0.14", path = "./zoneinfo" }
3434

3535
# Dependencies
3636
tinystr = "0.8.1"

0 commit comments

Comments
 (0)