From c7359eca7f70f31e7df38b46276d07ad63619984 Mon Sep 17 00:00:00 2001 From: Jan Macheta Date: Wed, 3 Jan 2024 13:16:28 +0100 Subject: [PATCH] added release badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a35f390..dcee896 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # LOGGER - Lightweight, portable formatted logging component [![C++ Unit Tests](https://github.com/embetech-official/logger/actions/workflows/cpp_unit_tests.yml/badge.svg)](https://github.com/embetech-official/logger/actions/workflows/cpp_unit_tests.yml) +![GitHub release (with filter)](https://img.shields.io/github/v/release/embetech-official/logger) # Overview Logger is a lightweight and portable logging component written in C99, with some preprocessor magic (but C99-compliant (... yet magical :)) ).