From 152f02621862c1af6cddefff576ee05441475020 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 10 Jun 2024 08:46:30 +0000 Subject: [PATCH] chore(release): bump version to v0.2.3 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- src/__init__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f6c0f..34087d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ +## v0.2.3 (2024-06-10) + +### Fix + +* fix: Update gemoetry.py ([`20a8122`](https://github.com/Atticuszz/AB_GICP/commit/20a8122bf44a81975c856750ae92a5d1017284cb)) + + ## v0.2.2 (2024-06-09) +### Chore + +* chore(release): bump version to v0.2.2 ([`a4e2f70`](https://github.com/Atticuszz/AB_GICP/commit/a4e2f700597d0401c90bc6f3aba0b09b7b4e964a)) + ### Fix * fix: model.py Merge point clouds using a differentiable method ([`c9082db`](https://github.com/Atticuszz/AB_GICP/commit/c9082db821ef56042e7e14c43c3ea15c0b43e23c)) diff --git a/pyproject.toml b/pyproject.toml index 1fc99ed..e97871b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AB-GICP" -version = "0.2.2" +version = "0.2.3" description = "" authors = ["Atticuszz <1831768457@qq.com>"] readme = "README.md" diff --git a/src/__init__.py b/src/__init__.py index 082742c..f34fc74 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -6,4 +6,4 @@ @Description : """ -__version__ = "0.2.2" +__version__ = "0.2.3"