Skip to content

Commit

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

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

### Chore

* 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))

### Fix

* fix: failed to show lr in wandb ([`378825d`](https://github.com/Atticuszz/AB_GICP/commit/378825d5e049e70897587fd82204afef68d401d4))

## v0.6.1 (2024-07-01)

### Chore

* chore(release): bump version to v0.6.1 ([`6800491`](https://github.com/Atticuszz/AB_GICP/commit/68004914b0c922877c13f435b4adabf559941b90))

* chore: add cameraopt nn.module class ([`4f3f11c`](https://github.com/Atticuszz/AB_GICP/commit/4f3f11c6625df74bae282a2013a48310aecacbab))

### Fix
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.1"
version = "0.6.2"
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.1"
__version__ = "0.6.2"

0 comments on commit b6027d0

Please sign in to comment.