Skip to content

Commit 3a038bc

Browse files
authored
chore(release): bump version to 0.0.6 and update CHANGELOG.md (#248)
Preparing for a new version
1 parent b244cba commit 3a038bc

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## What's Changed in 0.0.6
2+
* Rename methods on `Now` and add a test by @nekevss in [#243](https://github.com/boa-dev/temporal/pull/243)
3+
* Add licenses to `temporal_capi` and `temporal_rs` for publish by @nekevss in [#247](https://github.com/boa-dev/temporal/pull/247)
4+
* Add with to PlainYearMonth by @sebastianjacmatt in [#231](https://github.com/boa-dev/temporal/pull/231)
5+
* initial implementation of ToZonedDateTime, ToPlainDate, ToPlainTime by @lockels in [#244](https://github.com/boa-dev/temporal/pull/244)
6+
* Initial implementation of Duration.prototype.total by @lockels in [#241](https://github.com/boa-dev/temporal/pull/241)
7+
8+
**Full Changelog**: https://github.com/boa-dev/temporal/compare/v0.0.5...0.0.6
9+
110
## What's Changed in 0.0.5
211
* Prepare temporal_capi for publish by @jedel1043 in [#238](https://github.com/boa-dev/temporal/pull/238)
312
* Adjustments to `toPlainYearMonth` and `toPlainMonthDay` methods on PlainDate by @nekevss in [#237](https://github.com/boa-dev/temporal/pull/237)

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -4,7 +4,7 @@ members = ["diplomat-gen", "temporal_capi"]
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
rust-version = "1.82.0"
99
authors = ["boa-dev"]
1010
license = "MIT OR Apache-2.0"
@@ -19,9 +19,9 @@ exclude = [
1919
]
2020

2121
[workspace.dependencies]
22-
temporal_rs = { version = "~0.0.5", path = ".", default-features = false }
22+
temporal_rs = { version = "~0.0.6", path = ".", default-features = false }
2323
tinystr = "0.8.1"
24-
icu_calendar = { version = "2.0.0-beta2", default-features = false}
24+
icu_calendar = { version = "2.0.0-beta2", default-features = false }
2525
rustc-hash = "2.1.0"
2626
num-traits = "0.2.19"
2727
ixdtf = "0.4.0"

0 commit comments

Comments
 (0)