From 1e14305f9bc2afb4d6f851f40c15678025aae70b Mon Sep 17 00:00:00 2001 From: Miles Lubin Date: Thu, 16 Apr 2026 15:40:21 -0400 Subject: [PATCH 1/2] Prep for 0.2.0 release Signed-off-by: Miles Lubin --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 391fdbb..27927aa 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ name = "cuOpt" uuid = "29a73d17-8276-40b7-9ffb-d89e58023643" authors = ["Rajesh Gandham ", "Ramakrishna Prabhu "] -version = "0.1.2" +version = "0.2.0" [deps] MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" From 9e29dacc7c47851195771e66d2252b61b58b97d5 Mon Sep 17 00:00:00 2001 From: Miles Lubin Date: Thu, 16 Apr 2026 15:42:25 -0400 Subject: [PATCH 2/2] Tidy README Signed-off-by: Miles Lubin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70da82a..fa1259e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To use cuOpt.jl, you must first separately install cuOpt. **Installing cuOpt requires Linux.** -Note: This version of cuOpt.jl supports the Nvidia cuOpt 26.04 releases. +Note: This version of cuOpt.jl supports the Nvidia cuOpt 26.04 release. Please refer to the [NVIDIA cuOpt documentation](https://docs.nvidia.com/cuopt/user-guide/latest/cuopt-c/quick-start.html#installation) for installation instructions.