mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Update changelog; bump version
This commit is contained in:
parent
8ea1df920a
commit
91b6fdc696
2 changed files with 12 additions and 1 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,3 +1,14 @@
|
|||
Version 0.6.1 (2019-01-23)
|
||||
|
||||
Bug Fixes:
|
||||
- Unify SQL timeout settings
|
||||
- Correctly escape shell command in subprocess service driver
|
||||
- Correctly allow null time intervals in configuration when appropriate
|
||||
|
||||
Changes:
|
||||
- Change PicoFeed dependency to maintained version (Thanks, Aaron Parecki!)
|
||||
- Remove non-functional cURL service driver
|
||||
|
||||
Version 0.6.0 (2019-01-21)
|
||||
==========================
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
|||
namespace JKingWeb\Arsse;
|
||||
|
||||
class Arsse {
|
||||
const VERSION = "0.6.0";
|
||||
const VERSION = "0.6.1";
|
||||
|
||||
/** @var Lang */
|
||||
public static $lang;
|
||||
|
|
Loading…
Reference in a new issue