Skip to content

Commit

Permalink
chore(release): bump version to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jul 7, 2024
1 parent f80cca8 commit bb7f324
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# CHANGELOG

## v0.6.3 (2024-07-07)

### Chore

* chore: add different camera model.py ([`b51b89a`](https://github.com/Atticuszz/AB_GICP/commit/b51b89a377dc073754bb8d1d5bd29f8b6735de1a))

### Fix

* fix: several bugs of training ([`f80cca8`](https://github.com/Atticuszz/AB_GICP/commit/f80cca86eb007831ec898043ce1eaf402f3332a5))

## v0.6.2 (2024-07-03)

### Chore

* chore(release): bump version to v0.6.2 ([`b6027d0`](https://github.com/Atticuszz/AB_GICP/commit/b6027d00b6f862fe5aeb5bfc91353f8d150b801a))

* chore: added wandb logger to monitor training loss ([`521b051`](https://github.com/Atticuszz/AB_GICP/commit/521b051308d5d42b3ba5a4af8c018dfc2f2d968f))

* chore: add early stop for train ([`15c3290`](https://github.com/Atticuszz/AB_GICP/commit/15c329064c7d749f64289f1ff73d3a10cc4d4f34))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "AB-GICP"
version = "0.6.2"
version = "0.6.3"
description = ""
authors = ["Atticuszz <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
@Description :
"""

__version__ = "0.6.2"
__version__ = "0.6.3"

0 comments on commit bb7f324

Please sign in to comment.