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,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.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.3.0](https://github.com/GregTheGreek/trapps/compare/v0.2.0...v0.3.0) (2026-07-09)


### Features

* stage Homebrew cask and make cask helper ([#11](https://github.com/GregTheGreek/trapps/issues/11)) ([53b23ca](https://github.com/GregTheGreek/trapps/commit/53b23caf71906df4cace7b13e4b1a7aa94f5c5de))


### Bug Fixes

* inset app icon into macOS safe-area margin ([#15](https://github.com/GregTheGreek/trapps/issues/15)) ([69dfc7c](https://github.com/GregTheGreek/trapps/commit/69dfc7cd4e8a124e0ec8216bd1d3fbb0c68ed064))
* use bare macos symbol in cask template ([#14](https://github.com/GregTheGreek/trapps/issues/14)) ([1437d0d](https://github.com/GregTheGreek/trapps/commit/1437d0d758bdf61c51673e10895ca7a576b95048))

## [0.2.0](https://github.com/GregTheGreek/trapps/compare/v0.1.0...v0.2.0) (2026-07-04)


Expand Down
4 changes: 2 additions & 2 deletions Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string> <!-- x-release-please-version -->
<string>0.3.0</string> <!-- x-release-please-version -->
<key>CFBundleVersion</key>
<string>0.2.0</string> <!-- x-release-please-version -->
<string>0.3.0</string> <!-- x-release-please-version -->
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Loading