diff --git a/CHANGES.md b/CHANGES.md index 01ff8b6..98bd34e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,27 @@ # Release history: +## v1.1.3 + +### Changes + +BLD: Unrestrict nanobind by @RUrlus in #112 + +### Internal + +FIX: [C++] Remove usage of nb::raw_doc + +## v1.1.2 + +### Changes + +BLD: Restrict nanobind version to <2.0 by @RUrlus in #111 + +### Internal + +CICD: Add trusted publishing and updated MacOS runners by @RUrlus in #108 +MAINT: Correct name typo in readme by @mmtevelde in #110 +CICD: Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 by @dependabot in #109 + ## v1.1.1 ### Internal diff --git a/pyproject.toml b/pyproject.toml index 437f222..c839d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "sparse_dot_topn" -version = "1.1.2" +version = "1.1.3" description = "This package boosts a sparse matrix multiplication followed by selecting the top-n multiplication" readme = "README.md" requires-python = ">=3.8"