Skip to content

Commit 138fdac

Browse files
authored
Merge pull request #59 from osqp/im/v0.1.8
Release 0.1.8
2 parents 30890fa + 75ea14b commit 138fdac

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu, macos, windows]
14+
variant: [ubuntu, macos, windows]
1515
include:
1616
- variant: ubuntu
1717
# Use 24.04 explicitly to get newer GCC version

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.1.8 (17 Mar 2025)
2+
---------------------------------
3+
* Bump CMake minimum version to 3.5 for compatibility with CMake >= 3.27.
4+
* Include copyright headers in all c/h files.
5+
* Configure now places QDLDL headers into the build directory instead
6+
of the source directory.
7+
18
Version 0.1.7 (4 April 2023)
29
---------------------------------
310
* Using the correct CMake variable for longs during compilation

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5)
33

44
set(QDLDL_VERSION_MAJOR "0")
55
set(QDLDL_VERSION_MINOR "1")
6-
set(QDLDL_VERSION_PATCH "7")
6+
set(QDLDL_VERSION_PATCH "8")
77
set(QDLDL_VERSION "${QDLDL_VERSION_MAJOR}.${QDLDL_VERSION_MINOR}.${QDLDL_VERSION_PATCH}")
88

99
# Project name

0 commit comments

Comments
 (0)