mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Version bump
This commit is contained in:
parent
65f723c7d4
commit
1e83350dd0
2 changed files with 13 additions and 1 deletions
12
CHANGELOG
12
CHANGELOG
|
@ -1,3 +1,15 @@
|
||||||
|
Version 0.7.1 (2019-03-25)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Correctly initialize new on-disk SQLite databases
|
||||||
|
- Retry queries on schema changes with PDO SQLite
|
||||||
|
- Correctly read author name from database in Tiny Tiny RSS
|
||||||
|
- Update internal version number to correct version
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
- Improve performance of lesser-used database queries
|
||||||
|
|
||||||
Version 0.7.0 (2019-03-02)
|
Version 0.7.0 (2019-03-02)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
||||||
namespace JKingWeb\Arsse;
|
namespace JKingWeb\Arsse;
|
||||||
|
|
||||||
class Arsse {
|
class Arsse {
|
||||||
const VERSION = "0.6.1";
|
const VERSION = "0.7.1";
|
||||||
|
|
||||||
/** @var Lang */
|
/** @var Lang */
|
||||||
public static $lang;
|
public static $lang;
|
||||||
|
|
Loading…
Reference in a new issue