From 3e9bce0072240b1009e5ab380365453c3b243c62 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Tue, 3 Jun 2025 15:21:47 +0100 Subject: [PATCH] Bump release to 0.11.1 --- CHANGELOG.md | 5 +++++ auto-notify.plugin.zsh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73836a..c18637d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ 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 ------ * thankyou to @tommyhaley for the contributions in this release diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index 6ac5ba9..f800799 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -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 [[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&