chore(release): 0.16.0

This commit is contained in:
Renn F
2026-07-02 18:39:42 +02:00
parent 1c87a4e4e4
commit 6b5691b02a
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ All notable changes to RoboCo are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.16.0] - 2026-07-02
### Added
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "roboco-panel",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"packageManager": "pnpm@10.25.0",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "roboco"
version = "0.15.0"
version = "0.16.0"
description = "AI Agents Company - A virtual organization of AI agents functioning as a software development workforce"
authors = [
{name = "Renzo Franceschini", email = "rennf93@users.noreply.github.com"}
+1 -1
View File
@@ -5,7 +5,7 @@ A virtual organization of 25 AI agents + 1 human CEO,
designed to operate as a complete software development workforce.
"""
__version__ = "0.15.0"
__version__ = "0.16.0"
# Core exports
from roboco.config import settings
+2 -2
View File
@@ -28,7 +28,7 @@ class Settings(BaseSettings):
# ==========================================================================
# Application
# ==========================================================================
app_version: str = "0.15.0"
app_version: str = "0.16.0"
debug: bool = False
environment: str = Field(
default="development", pattern="^(development|staging|production)$"
@@ -788,7 +788,7 @@ class Settings(BaseSettings):
agent_image_tag: str = Field(
default="",
description=(
"Tag for pre-built agent images (e.g. 'latest' or '0.15.0'). Empty "
"Tag for pre-built agent images (e.g. 'latest' or '0.16.0'). Empty "
"leaves the tag implicit (':latest'); only meaningful with "
"agent_image_registry set."
),
Generated
+1 -1
View File
@@ -2809,7 +2809,7 @@ wheels = [
[[package]]
name = "roboco"
version = "0.15.0"
version = "0.16.0"
source = { editable = "." }
dependencies = [
{ name = "alembic" },