Skip to content
Open
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,3 +1,3 @@
{
".": "0.22.1"
".": "0.23.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.23.0](https://github.com/gi11es/deckard/compare/v0.22.1...v0.23.0) (2026-07-31)


### Features

* reap orphaned agent processes on launch ([#102](https://github.com/gi11es/deckard/issues/102)) ([8904def](https://github.com/gi11es/deckard/commit/8904defbe3e472ab693f76a1a40b62c359e9d05d))
* surface pty I/O failures instead of freezing silently ([#105](https://github.com/gi11es/deckard/issues/105)) ([40fb608](https://github.com/gi11es/deckard/commit/40fb6082b048e0a35e923707a20ee0bf64c0ca79))


### Bug Fixes

* remove startup key monitor in defer so it can't leak ([#101](https://github.com/gi11es/deckard/issues/101)) ([93c1cdd](https://github.com/gi11es/deckard/commit/93c1cdd915025077df8231e66877e99304d9bb84))

## [0.22.1](https://github.com/gi11es/deckard/compare/v0.22.0...v0.22.1) (2026-07-11)


Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.22.1</string> <!-- x-release-please-version -->
<string>0.23.0</string> <!-- x-release-please-version -->
<key>CFBundleVersion</key>
<string>0.22.1</string> <!-- x-release-please-version -->
<string>0.23.0</string> <!-- x-release-please-version -->
<key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIconName</key>
Expand Down