File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project mostly adheres to [ Semantic Versioning] [ semver ] .
55
6- ## [ 0.4.7] - 2018-1-5
6+ ## [ 0.4.8] - 2018-01-31
7+
8+ This release contains a fix for managing panics in framework command dispatches.
9+ A threadpool is now used, just like for event dispatches.
10+
11+ ### Fixed
12+
13+ - [ framework] Execute framework commands in a ThreadPool ([ @zeyla ] ) [ c:5138193]
14+
15+ ## [ 0.4.7] - 2018-01-05
716
817This release contains a behaviour hotfix for the framework's help-commands.
918
@@ -1558,6 +1567,7 @@ rest::get_guilds(GuildPagination::After(GuildId(777)), 50);
15581567
15591568Initial commit.
15601569
1570+ [ 0.4.8 ] : https://github.com/zeyla/serenity/compare/v0.4.7...v0.4.8
15611571[ 0.4.7 ] : https://github.com/zeyla/serenity/compare/v0.4.6...v0.4.7
15621572[ 0.4.6 ] : https://github.com/zeyla/serenity/compare/v0.4.5...v0.4.6
15631573[ 0.4.5 ] : https://github.com/zeyla/serenity/compare/v0.4.4...v0.4.5
@@ -1614,6 +1624,8 @@ Initial commit.
16141624[ @xentec ] : https://github.com/xentec
16151625[ @zeyla ] : https://github.com/zeyla
16161626
1627+ [ c:5138193 ] : https://github.com/zeyla/serenity/commit/5138193c001b8d99f707dffb254b71ce8cefa182
1628+
16171629[ c:d0de766 ] : https://github.com/zeyla/serenity/commit/d0de766123d822ddb5223e66389b4217a90aae2b
16181630
16191631[ c:5286949 ] : https://github.com/zeyla/serenity/commit/5286949f424e824784344ebb7b7af4e52fb819c3
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "ISC"
88name = " serenity"
99readme = " README.md"
1010repository = " https://github.com/zeyla/serenity.git"
11- version = " 0.4.7 "
11+ version = " 0.4.8 "
1212
1313[dependencies ]
1414bitflags = " ^1.0"
You can’t perform that action at this time.
0 commit comments