From e038e9f10d5cb8aad4b458c67e83360f7b6df6d5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 17 Jun 2024 04:27:10 +0000 Subject: [PATCH] chore(release): bump version to v0.4.0 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- src/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fffaff7..2c7fa02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,19 @@ +## v0.4.0 (2024-06-17) + +### Feature + +* feat: add knnsearch keops and knn tests ([`2f57ae7`](https://github.com/Atticuszz/AB_GICP/commit/2f57ae7c50db498055034efb06f673965bcc180b)) + + ## v0.3.0 (2024-06-16) ### Chore +* chore(release): bump version to v0.3.0 ([`6b5120c`](https://github.com/Atticuszz/AB_GICP/commit/6b5120cf51c6eeb82c3dd2fb3f1a15bd820303a5)) + * chore: GICPJacobianApprox building ([`bd3badc`](https://github.com/Atticuszz/AB_GICP/commit/bd3badcac675c3de7ec4413efab00cb595c1070f)) * chore: Update README.md ([`47faf50`](https://github.com/Atticuszz/AB_GICP/commit/47faf5002d65fdfd787b0d0dc56bb7ac7d29b5d7)) diff --git a/pyproject.toml b/pyproject.toml index 2e89b45..ac093a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AB-GICP" -version = "0.3.0" +version = "0.4.0" description = "" authors = ["Atticuszz <1831768457@qq.com>"] readme = "README.md" diff --git a/src/__init__.py b/src/__init__.py index b4955f6..3552bbd 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -6,4 +6,4 @@ @Description : """ -__version__ = "0.3.0" +__version__ = "0.4.0"