File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] [ ]
4
4
5
- [ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.6...HEAD
5
+ [ Unreleased ] : https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.7...HEAD
6
+
7
+ ## [ 0.5.7] [ ]
8
+
9
+ [ 0.5.7 ] : https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.6...0.5.7
10
+
11
+ - Fix signature again
6
12
7
13
## [ 0.5.6] [ ]
8
14
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- __version__ = "0.5.6 "
2
+ __version__ = "0.5.7 "
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def after_loading_experiment_control(
40
40
) -> None :
41
41
send (
42
42
"Experiment loaded" ,
43
- context ,
43
+ state ,
44
44
get_state (),
45
45
channel ,
46
46
configuration = configuration ,
You can’t perform that action at this time.
0 commit comments