We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89dc6c commit 1bffcaaCopy full SHA for 1bffcaa
CHANGELOG
@@ -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
+
4
# v1.1.1 - 2025-11-14
5
- Updated CMakeLists.txt and added cmake config for vcpkg integration.
6
- Changed version number to three digits.
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(slick_queue
- VERSION 1.1.1
+ VERSION 1.1.2
DESCRIPTION "A C++ Lock-Free MPMC queue"
LANGUAGES CXX)
7
0 commit comments