Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Release #82

Merged
merged 2 commits into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<!--next-version-placeholder-->

## v0.5.1 (2024-06-29)

### Fix

* Update project index.md by ypilseong ([`4438851`](https://github.com/chu-aie/cobots-2024/commit/443885185ab99c55979abb928942542b3e3dc637))
* Update project index.md by ypilseong ([`3166f24`](https://github.com/chu-aie/cobots-2024/commit/3166f242b43d83ee9cec8584a3e9a87b25bee6c9))

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

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cobots2024"
version = "0.5.0"
version = "0.5.1"
description = "Collaborative Robot Applications"
authors = ["Young Joon Lee <yj.lee@chu.ac.kr>"]
license = "CC-BY-4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cobots2024/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"