1
1
Fork 0
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:
J. King 2019-01-23 16:32:48 -05:00
parent 8ea1df920a
commit 91b6fdc696
2 changed files with 12 additions and 1 deletions

View file

@ -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)
==========================

View file

@ -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;