Skip to content

Commit 01f4a50

Browse files
committed
shorten title and add link to temporal project in the first instance of the name
1 parent 217d2d1 commit 01f4a50

File tree

1 file changed

+4
-8
lines changed
  • blog/2025-09-24-temporal-release

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
layout: post
33
tags: [post]
4-
title:
5-
"Temporal_rs is here! The calendar and time zone aware date/time
6-
library powering Temporal in Boa, Kiesel, and V8"
7-
description:
8-
A release post for temporal_rs, a calendar and time zone aware Rust
4+
title: "Temporal_rs is here! The datetime library powering Temporal in Boa, Kiesel, and V8"
5+
description: A release post for temporal_rs, a calendar and time zone aware Rust
96
date/time library that powers Temporal implementations in Boa, Kiesel,
107
and V8, along with any native Rust project.
118
authors: temporal-dev
@@ -14,7 +11,7 @@ authors: temporal-dev
1411
![clock banner](./img/clock-banner.jpg)
1512

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

2017
`temporal_rs` is a highly conformant implementation of the Temporal API
@@ -409,8 +406,7 @@ Also, a huge thanks to all the Temporal champions for all their work on
409406
the specification, as well as the ICU4X project for their incredible
410407
ongoing work on calendars and all things i18n related.
411408

412-
[mdn]:
413-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
409+
[mdn]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
414410
[v8-site]: https://v8.dev/
415411
[kiesel-site]: https://kiesel.dev/
416412
[yavashark-repo]: https://github.com/Sharktheone/yavashark

0 commit comments

Comments
 (0)