File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ * Cinch 2.3.1, 01 November 2015
2
+ - Fix logging of exceptions, which was broken by Cinch 2.3.0
3
+ - Fix the accidental removal of hooks. This could lead to hooks
4
+ never executing or being removed under certain conditions. Anyone
5
+ relying on hooks, especially those using them for ACL systems,
6
+ should update to Cinch 2.3.1.
1
7
* Cinch 2.3.0, 26 October 2015
2
8
- Add basic support for STATUSMSG messages. These are messages
3
9
directed at voiced or ops in a channel, by sending a message to
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'cinch'
3
- s . version = '2.3.0 '
3
+ s . version = '2.3.1 '
4
4
s . summary = 'An IRC Bot Building Framework'
5
5
s . description = 'A simple, friendly DSL for creating IRC bots'
6
6
s . authors = [ 'Dominik Honnef' ]
Original file line number Diff line number Diff line change 1
1
module Cinch
2
2
# Version of the library
3
- VERSION = '2.3.0 '
3
+ VERSION = '2.3.1 '
4
4
end
You can’t perform that action at this time.
0 commit comments