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). 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 ### Added
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "roboco-panel", "name": "roboco-panel",
"version": "0.15.0", "version": "0.16.0",
"private": true, "private": true,
"packageManager": "pnpm@10.25.0", "packageManager": "pnpm@10.25.0",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "roboco" 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" description = "AI Agents Company - A virtual organization of AI agents functioning as a software development workforce"
authors = [ authors = [
{name = "Renzo Franceschini", email = "rennf93@users.noreply.github.com"} {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. designed to operate as a complete software development workforce.
""" """
__version__ = "0.15.0" __version__ = "0.16.0"
# Core exports # Core exports
from roboco.config import settings from roboco.config import settings
+2 -2
View File
@@ -28,7 +28,7 @@ class Settings(BaseSettings):
# ========================================================================== # ==========================================================================
# Application # Application
# ========================================================================== # ==========================================================================
app_version: str = "0.15.0" app_version: str = "0.16.0"
debug: bool = False debug: bool = False
environment: str = Field( environment: str = Field(
default="development", pattern="^(development|staging|production)$" default="development", pattern="^(development|staging|production)$"
@@ -788,7 +788,7 @@ class Settings(BaseSettings):
agent_image_tag: str = Field( agent_image_tag: str = Field(
default="", default="",
description=( 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 " "leaves the tag implicit (':latest'); only meaningful with "
"agent_image_registry set." "agent_image_registry set."
), ),
Generated
+1 -1
View File
@@ -2809,7 +2809,7 @@ wheels = [
[[package]] [[package]]
name = "roboco" name = "roboco"
version = "0.15.0" version = "0.16.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "alembic" }, { name = "alembic" },