Skip to content

Commit a5a19d8

Browse files
authored
Merge pull request #396 from norkunas/prep-release
Prepare release
2 parents 9e1aaa4 + e479bc2 commit a5a19d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/MeilisearchBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
final class MeilisearchBundle extends Bundle
1010
{
11-
public const VERSION = '0.15.8';
11+
public const VERSION = '0.15.9';
1212

1313
public static function qualifiedVersion(): string
1414
{

tests/baseline-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
%Calling Doctrine\\ORM\\Configuration::setAutoGenerateProxyClasses is deprecated and will not be possible in Doctrine ORM 4.0%
88
%Calling Doctrine\\ORM\\Configuration::getAutoGenerateProxyClasses is deprecated and will not be possible in Doctrine ORM 4.0%
99
%Calling Doctrine\\ORM\\Configuration::setProxyNamespace is deprecated and will not be possible in Doctrine ORM 4.0%
10+
%Since doctrine/doctrine-bundle 2.16: Not setting "doctrine.orm.enable_native_lazy_objects" to true is deprecated%

0 commit comments

Comments
 (0)