From 9530059e9a87bd1f1bc992f08669c665b7e99f0c 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:49:26 +0000 Subject: [PATCH] chore(main): release wootty 0.2.7 --- .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 954b159..054e8bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.6" + ".": "0.2.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c6005..0312ef5 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.7](https://github.com/icoretech/wootty/compare/wootty-v0.2.6...wootty-v0.2.7) (2026-03-02) + + +### Bug Fixes + +* **config:** trim host values from env and flag parsing ([#16](https://github.com/icoretech/wootty/issues/16)) ([1304922](https://github.com/icoretech/wootty/commit/1304922342f7027030ca6ec66a78d3ea553e527c)) + ## [0.2.6](https://github.com/icoretech/wootty/compare/wootty-v0.2.5...wootty-v0.2.6) (2026-03-02) diff --git a/package.json b/package.json index afc96b8..80b253a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wootty", "private": true, - "version": "0.2.6", + "version": "0.2.7", "description": "WooTTY: modern web terminal with resilient PTY sessions", "packageManager": "pnpm@10.30.0", "engines": {