Skip to content

Commit 5b7c0b8

Browse files
committed
Release v1.1.1
1 parent aa5a6a7 commit 5b7c0b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# [1.1.1] - 2025-10-22
2+
- Fix slick_queue header include
3+
- Fix GitHub CI builds
4+
- Change Version to 3 digits
5+
16
# [1.1.0.1] - 2025-10-21
27

38
- Update slick_queue to v1.1.0.2

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (MSVC)
77
endif()
88
endif()
99

10-
set(BUILD_VERSION 1.1.0.1)
10+
set(BUILD_VERSION 1.1.1)
1111
project(slick_net VERSION ${BUILD_VERSION} LANGUAGES CXX)
1212

1313
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)