From 89311817dd0505903b9378f5d8a133aa20657cfa Mon Sep 17 00:00:00 2001 From: Samagra78 <185402698+Samagra78@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:36:01 +0000 Subject: [PATCH 1/2] Add Discord and Matrix badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b6453f8f4..9af17723b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Temporal in Rust +[![Discord](https://img.shields.io/discord/595323158140158003?logo=discord)](https://discord.gg/tUFFk9Y) +[![Matrix](https://img.shields.io/matrix/boa:matrix.org?logo=matrix)](https://matrix.to/#/#boa:matrix.org) + `temporal_rs` is a Rust date/time library that provides support for calendrical calculations and time zones that is based on the Temporal specification. From 25510f5b00f981359657681bcb6caf51269fd961 Mon Sep 17 00:00:00 2001 From: Samagra78 <185402698+Samagra78@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:52:31 +0000 Subject: [PATCH 2/2] Remove Discord badge from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9af17723b..085868607 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Temporal in Rust -[![Discord](https://img.shields.io/discord/595323158140158003?logo=discord)](https://discord.gg/tUFFk9Y) [![Matrix](https://img.shields.io/matrix/boa:matrix.org?logo=matrix)](https://matrix.to/#/#boa:matrix.org) `temporal_rs` is a Rust date/time library that provides support for calendrical