From ecbe2510d9e0797cfe6a31f9ada4cdd95aa7ee92 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 16 Apr 2025 16:20:51 +1200 Subject: [PATCH 1/2] Prep for v0.2.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b862536..b4ead5f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DSDP" uuid = "2714ae6b-e930-5b4e-9c21-d0bacf577842" repo = "https://github.com/jump-dev/DSDP.jl.git" -version = "0.2.0" +version = "0.2.1" [deps] DSDP_jll = "1065e140-e56c-5613-be8b-7480bf7138df" From 28763a61ae183089e1fc7b90e03d3159929fc5a6 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 16 Apr 2025 16:32:41 +1200 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 770388a..5fb998a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,3 +34,4 @@ jobs: - uses: codecov/codecov-action@v4 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }}