Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit a62ee1e

Browse files
chore(main): release 0.6.0
1 parent d008e4b commit a62ee1e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [0.6.0](https://github.com/WiseLabCMU/AllSpark-edge-server/compare/v0.5.0...v0.6.0) (2026-04-25)
5+
6+
7+
### Features
8+
9+
* add client config for audio/depth/pose ([f65465e](https://github.com/WiseLabCMU/AllSpark-edge-server/commit/f65465e5fce9fab5856ee0999358632986176538))
10+
411
## [0.5.0](https://github.com/WiseLabCMU/AllSpark-edge-server/compare/v0.4.0...v0.5.0) (2026-04-21)
512

613

python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version information for AllSpark-edge-server python component."""
2-
__version__ = "0.5.0" # x-release-please-version
2+
__version__ = "0.6.0" # x-release-please-version

0 commit comments

Comments
 (0)