bump version to 0.10.1

This commit is contained in:
Michael Aquilina 2024-05-13 10:54:40 +01:00
parent 055a5fa8ae
commit 43dbc4eb56
No known key found for this signature in database
GPG key ID: 636066730B056BD1
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Changelog for zsh-auto-notify Changelog for zsh-auto-notify
============================= =============================
0.10.1
------
* Fix regression where not setting icon on Linux would cause issues (#59 #58)
0.10.0 0.10.0
----- -----
* Allow specifying an icon with notify-send backends * Allow specifying an icon with notify-send backends

View file

@ -1,4 +1,4 @@
export AUTO_NOTIFY_VERSION="0.10.0" export AUTO_NOTIFY_VERSION="0.10.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" ]] &&