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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.21.0" }
{ ".": "0.22.0" }
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.22.0](https://github.com/emdgroup/maestro/compare/v0.21.0...v0.22.0) (2026-09-08)

### Features

- answer a plan review from the stream ([#335](https://github.com/emdgroup/maestro/issues/335)) ([7513b71](https://github.com/emdgroup/maestro/commit/7513b71a8623225cf53a7109c074d505dbfe069d))
- reduce the CPU cost of the accent bubble animation ([#330](https://github.com/emdgroup/maestro/issues/330)) ([87e2848](https://github.com/emdgroup/maestro/commit/87e284882191124dd7376abc0b1d460bb854ffeb))

### Bug Fixes

- send session notifications on Windows ([#320](https://github.com/emdgroup/maestro/issues/320)) ([7672b8b](https://github.com/emdgroup/maestro/commit/7672b8b33426b57ad9fc59da5748e4d652770129))

## [0.21.0](https://github.com/emdgroup/maestro/compare/v0.20.0...v0.21.0) (2026-09-02)

### Features
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion maestro-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maestro-protocol"
version = "0.21.0"
version = "0.22.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion maestro-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maestro-server"
version = "0.21.0"
version = "0.22.0"
edition = "2021"
description = "Maestro remote headless server — spawns ACP agents on SSH hosts"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maestro",
"version": "0.21.0",
"version": "0.22.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maestro"
version = "0.21.0"
version = "0.22.0"
description = "Maestro: AI Agent Orchestration for Autonomous Coding"
authors = ["you"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Maestro",
"version": "0.21.0",
"version": "0.22.0",
"identifier": "com.maestro.app",
"build": {
"beforeDevCommand": "bun run dev --host",
Expand Down