Skip to content
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Release Versions:
- refactor: remove lifecycle predicates and add lifecycle state getter (#130)
- feat(components): use component description schema 1-1-1 to mark lifecycle property (#136)
- refactor(controllers): split up base class (#135)
- release: use updated base image (#139)

## 4.2.2

Expand Down
6 changes: 3 additions & 3 deletions aica-package.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#syntax=ghcr.io/aica-technology/package-builder:v1.0.1
#syntax=ghcr.io/aica-technology/package-builder:v1.1.0-rc0006

[metadata]
version = "5.0.0-rc0006"
version = "5.0.0-rc0007"
description = "Modular ROS 2 extension library for dynamic composition of components and controllers with the AICA robotics framework"

[metadata.collection]
name = "modulo"

[build]
type = "ros"
image = "v2.0.0-rc2-jazzy"
image = "v2.0.0-rc4-jazzy"

[build.dependencies]
"@aica/foss/control-libraries" = "v9.0.0"
Expand Down