Skip to content

Commit eb03950

Browse files
committed
add CI status badge to README
1 parent a92d1b2 commit eb03950

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- Fixed size calculation in shared memory mapping to use reserved_info struct
33
- Added server-client shared memory test case
44
- Added GitHub CI workflow for automated testing across Ubuntu, Windows, and macOS
5+
- Added CI status badge to README
56

67
# v1.0.2.1 - 2025-10-01
78
- Fixed buffer wrap read logic to properly retry from wrapped position

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SlickQueue
22

3+
[![CI](https://github.com/SlickQuant/slick_queue/actions/workflows/ci.yml/badge.svg)](https://github.com/SlickQuant/slick_queue/actions/workflows/ci.yml)
4+
35
SlickQueue is a header-only C++ library that provides a lock-free,
46
multi-producer multi-consumer (MPMC) queue built on a ring buffer. It is
57
designed for high throughput concurrent messaging and can optionally operate

0 commit comments

Comments
 (0)