Skip to content

Commit 6fa9f07

Browse files
Update index.md
add info about v0.1
1 parent 5a1c174 commit 6fa9f07

File tree

1 file changed

+11
-5
lines changed
  • blog/2025-09-24-temporal-release

1 file changed

+11
-5
lines changed

blog/2025-09-24-temporal-release/index.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,29 @@ authors: temporal-dev
1010

1111
![clock banner](./img/clock-banner.jpg)
1212

13-
After almost 2+ years of development, we're pleased to announce the 0.1
14-
release of [`temporal_rs`](https://github.com/boa-dev/temporal). A calendar and time zone aware Rust date/time
13+
After almost 2+ years of development, we're pleased to announce the
14+
release of [`temporal_rs`](https://crates.io/crates/temporal_rs). A calendar and time zone aware Rust date/time
1515
library based on ECMAScript's [Temporal API][mdn].
1616

1717
`temporal_rs` is a highly conformant implementation of the Temporal API
1818
in Rust that can be used in native Rust code or embedded into ECMAScript
1919
engines / interpreters to support their implementations, which we first
20-
announced in our first
20+
announced in our
2121
[Temporal blog post](../2025-06-15-temporal-impl-1.md), if you're
2222
interested in learning more about small implementation details.
2323

24-
Currently, `temporal_rs` is being used by Boa, [Kiesel][kiesel-site],
24+
Currently, `temporal_rs` v0.1 is being used by Boa, [Kiesel][kiesel-site],
2525
[V8][v8-site], and [Yavashark][yavashark-repo] for their Temporal
2626
implementations (more on that later) and will soon being
2727
[shipping in Chrome](https://chromestatus.com/feature/5668291307634688).
2828

29-
To celebrate the 0.1 release of `temporal_rs`, we'll cover a short
29+
### Why v0.1? Why not v1.0?
30+
31+
Right now the [Temporal proposal](https://github.com/tc39/proposal-temporal) is at Stage 3 in the standards process (4 being the final stage). Although unlikely,
32+
we want to remain on a minor version to catch any changes which come in (mosty bug fixes) before the proposal reaches stage 4
33+
and thus complete. We expect this to happen in Q1 2026.
34+
35+
To celebrate the release of `temporal_rs`, we'll cover a short
3036
background of the Temporal implementation in Boa and why `temporal_rs`
3137
was split into its own crate, we'll go over the library's general
3238
design, and then we'll walk through a couple brief examples of using

0 commit comments

Comments
 (0)