Bump release to 0.11.1

This commit is contained in:
Michael Aquilina 2025-06-03 15:21:47 +01:00
parent da355e506c
commit 3e9bce0072
No known key found for this signature in database
GPG Key ID: 636066730B056BD1
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog for zsh-auto-notify Changelog for zsh-auto-notify
============================= =============================
0.11.1
------
* Thank you to @devnoname120 for this release
* Add support to MACOS for control of notifications on SIGINT
0.11.0 0.11.0
------ ------
* thankyou to @tommyhaley for the contributions in this release * thankyou to @tommyhaley for the contributions in this release

View File

@ -1,4 +1,4 @@
export AUTO_NOTIFY_VERSION="0.11.0" export AUTO_NOTIFY_VERSION="0.11.1"
# Time it takes for a notification to expire # Time it takes for a notification to expire
[[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] && [[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&