Skip to content

Commit f339fd9

Browse files
chore(main): release wootty 0.2.0 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5387476 commit f339fd9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0](https://github.com/icoretech/wootty/compare/wootty-v0.1.1...wootty-v0.2.0) (2026-02-20)
9+
10+
11+
### Features
12+
13+
* package self-contained wootty binary ([5387476](https://github.com/icoretech/wootty/commit/5387476a4b92e435255afc063a1e538d12f28d12))
14+
15+
16+
### Bug Fixes
17+
18+
* dispatch publish-image without git checkout ([65dfb85](https://github.com/icoretech/wootty/commit/65dfb85084f8c3fc2effa79467cf8f42f3a61f19))
19+
820
## [0.1.1](https://github.com/icoretech/wootty/compare/wootty-v0.1.0...wootty-v0.1.1) (2026-02-19)
921

1022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wootty",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"description": "WooTTY: modern web terminal with resilient PTY sessions",
66
"packageManager": "pnpm@10.30.0",
77
"engines": {

0 commit comments

Comments
 (0)