From 9ef67109d7ba8eb2dd341eb112df5ee09a711852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:27:28 +0000 Subject: [PATCH] chore(main): release wootty 0.2.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 461d94a..954b159 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.5" + ".": "0.2.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bea474..f8c6005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.6](https://github.com/icoretech/wootty/compare/wootty-v0.2.5...wootty-v0.2.6) (2026-03-02) + + +### Features + +* **cli:** add first-class help output for root and run commands ([46ae925](https://github.com/icoretech/wootty/commit/46ae92513509d0323e5fee7041da3a3a60333c58)) + ## [0.2.5](https://github.com/icoretech/wootty/compare/wootty-v0.2.4...wootty-v0.2.5) (2026-03-02) diff --git a/package.json b/package.json index 1aa15d2..afc96b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wootty", "private": true, - "version": "0.2.5", + "version": "0.2.6", "description": "WooTTY: modern web terminal with resilient PTY sessions", "packageManager": "pnpm@10.30.0", "engines": {