From b8f75841840f08c7092a75b828aa211621ee0d73 Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Mon, 30 Jun 2025 17:43:18 -0700 Subject: [PATCH 1/2] add cpp26 badge and under dev badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63ef6222..a5aca8c3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # beman.execution: Building Block For Asynchronous Programs +![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) +![Target Standard](https://github.com/bemanproject/beman/blob/main/images/badges/cpp26.svg) + `beman.execution` provides the basic vocabulary for asynchronous programming as well as important algorithms implemented in terms From 8e5191e9cc8cec63b38689a5f48ceb4bd4e10e3b Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Mon, 30 Jun 2025 17:49:33 -0700 Subject: [PATCH 2/2] fix broken linkage --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5aca8c3..1e1eb208 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # beman.execution: Building Block For Asynchronous Programs + ![Library Status](https://raw.githubusercontent.com/bemanproject/beman/refs/heads/main/images/badges/beman_badge-beman_library_under_development.svg) ![Target Standard](https://github.com/bemanproject/beman/blob/main/images/badges/cpp26.svg)