Releases: sushiibot/sushii-bot
Releases · sushiibot/sushii-bot
v0.1.14
Add role mention to vlivenotif list
v0.1.12
Cache updates for website data
v0.1.11
:bookmark: Bump to v0.1.11
v0.1.7
Added
Fixed
- Weather timezone abbreviations
v0.1.5
Removed most .unwrap()s and .expect()s in database functions, prevents a handful of panics due to database errors.
v0.1.4
SQL migrations should be run at first start. Previously the migrations were embedded but when running migrations, it looked in ./migrations instead of using the embedded ones.