Skip to content

Commit 962218a

Browse files
committed
Release version 0.8.
1 parent 3068276 commit 962218a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
dev
55
---
66

7+
-
8+
9+
0.8 (2018-10-07)
10+
----------------
11+
712
* Added a new option: `notify_on_all_messages_in_buffers_that_match`. It is a
813
comma-separated list of regex patterns of buffers for which you want to
914
receive notifications on all messages that appear in them.

notify_send.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
SCRIPT_AUTHOR = 's3rvac'
5151

5252
# Version of the script.
53-
SCRIPT_VERSION = '0.8 (dev)'
53+
SCRIPT_VERSION = '0.8'
5454

5555
# License under which the script is distributed.
5656
SCRIPT_LICENSE = 'MIT'

0 commit comments

Comments
 (0)