Skip to content

Commit

Permalink
chore(release): bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jun 30, 2024
1 parent 6d30853 commit c3e6c21
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.0 (2024-06-30)

### Chore

* chore: add gsviewer and test tranning results ([`b6595f6`](https://github.com/Atticuszz/AB_GICP/commit/b6595f6f4e00bdd67fb0ff62eb68b3fc626c0e77))

### Feature

* feat: refactor gs_model and add Parser class ([`6d30853`](https://github.com/Atticuszz/AB_GICP/commit/6d308534e8c4b572589fe7437cc75eb06c0025cb))

## v0.5.0 (2024-06-27)

### Chore

* chore(release): bump version to v0.5.0 ([`6fd59ff`](https://github.com/Atticuszz/AB_GICP/commit/6fd59ffdeb8ee0a31ede7af7bea48336f26cd088))

* chore: add setter for RGBD class property ([`ab8348a`](https://github.com/Atticuszz/AB_GICP/commit/ab8348ac8a61ff56f7ca58932cb6f6f5faeecb90))

* chore: add slice func for dataloader and tested ([`2e3390a`](https://github.com/Atticuszz/AB_GICP/commit/2e3390aa9468e9ed0092545637aaec7df61ffec3))
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.5.0"
version = "0.6.0"
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.5.0"
__version__ = "0.6.0"

0 comments on commit c3e6c21

Please sign in to comment.