Skip to content

Commit 1bffcaa

Browse files
committed
Release v1.1.2
1 parent d89dc6c commit 1bffcaa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.1.2 - 2025-11-14
2+
- Add alias target to provide the same slick::slick_queue name during build time
3+
14
# v1.1.1 - 2025-11-14
25
- Updated CMakeLists.txt and added cmake config for vcpkg integration.
36
- Changed version number to three digits.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10)
22

33
project(slick_queue
4-
VERSION 1.1.1
4+
VERSION 1.1.2
55
DESCRIPTION "A C++ Lock-Free MPMC queue"
66
LANGUAGES CXX)
77

0 commit comments

Comments
 (0)