Skip to content

Commit 280a048

Browse files
author
Zeyla Hellyer
committed
Bump to v0.4.8
1 parent 5138193 commit 280a048

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
This 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

817
This 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

15591568
Initial 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "ISC"
88
name = "serenity"
99
readme = "README.md"
1010
repository = "https://github.com/zeyla/serenity.git"
11-
version = "0.4.7"
11+
version = "0.4.8"
1212

1313
[dependencies]
1414
bitflags = "^1.0"

0 commit comments

Comments
 (0)