Skip to content

Commit 2702327

Browse files
committed
Bump version to 2.10.0-DEV
1 parent 8c0bf79 commit 2702327

File tree

3 files changed

+30
-14
lines changed

3 files changed

+30
-14
lines changed

.doctrine-project.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,27 @@
1212
"upcoming": true
1313
},
1414
{
15-
"name": "2.9",
15+
"name": "2.10",
1616
"branchName": "master",
17-
"slug": "2.9",
17+
"slug": "2.10",
1818
"upcoming": true
1919
},
2020
{
21-
"name": "2.8",
22-
"branchName": "2.8",
23-
"slug": "2.8",
21+
"name": "2.9",
22+
"branchName": "2.9",
23+
"slug": "2.9",
2424
"current": true,
2525
"aliases": [
2626
"current",
2727
"stable"
2828
]
2929
},
30+
{
31+
"name": "2.8",
32+
"branchName": "2.8",
33+
"slug": "2.8",
34+
"maintained": false
35+
},
3036
{
3137
"name": "2.7",
3238
"branchName": "2.7",

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Doctrine DBAL
22

3-
| [Master][Master] | [2.8][2.8] | [Develop][develop] |
4-
|:----------------:|:----------:|:------------------:|
5-
| [![Build status][Master image]][Master] | [![Build status][2.8 image]][2.8] | [![Build status][develop image]][develop] |
6-
| [![Build Status][ContinuousPHP image]][ContinuousPHP] | [![Build Status][ContinuousPHP 2.8 image]][ContinuousPHP] | [![Build Status][ContinuousPHP develop image]][ContinuousPHP] |
7-
| [![Code Coverage][Coverage image]][Scrutinizer Master] | [![Code Coverage][Coverage 2.8 image]][Scrutinizer 2.8] | [![Code Coverage][Coverage develop image]][Scrutinizer develop] |
8-
| [![Code Quality][Quality image]][Scrutinizer Master] | [![Code Quality][Quality 2.8 image]][Scrutinizer 2.8] | [![Code Quality][Quality develop image]][Scrutinizer develop] |
9-
| [![AppVeyor][AppVeyor master image]][AppVeyor master] | [![AppVeyor][AppVeyor 2.8 image]][AppVeyor 2.8] | [![AppVeyor][AppVeyor develop image]][AppVeyor develop] |
3+
| [Master][Master] | [2.9][2.9] | [2.8][2.8] | [Develop][develop] |
4+
|:----------------:|:----------:|:----------:|:------------------:|
5+
| [![Build status][Master image]][Master] | [![Build status][2.9 image]][2.9] | [![Build status][2.8 image]][2.8] | [![Build status][develop image]][develop] |
6+
| [![Build Status][ContinuousPHP image]][ContinuousPHP] | [![Build Status][ContinuousPHP 2.9 image]][ContinuousPHP] | [![Build Status][ContinuousPHP 2.8 image]][ContinuousPHP] | [![Build Status][ContinuousPHP develop image]][ContinuousPHP] |
7+
| [![Code Coverage][Coverage image]][Scrutinizer Master] | [![Code Coverage][Coverage 2.9 image]][Scrutinizer 2.9] | [![Code Coverage][Coverage 2.8 image]][Scrutinizer 2.8] | [![Code Coverage][Coverage develop image]][Scrutinizer develop] |
8+
| [![Code Quality][Quality image]][Scrutinizer Master] | [![Code Quality][Quality 2.9 image]][Scrutinizer 2.9] | [![Code Quality][Quality 2.8 image]][Scrutinizer 2.8] | [![Code Quality][Quality develop image]][Scrutinizer develop] |
9+
| [![AppVeyor][AppVeyor master image]][AppVeyor master] | [![AppVeyor][AppVeyor 2.9 image]][AppVeyor 2.9] | [![AppVeyor][AppVeyor 2.8 image]][AppVeyor 2.8] | [![AppVeyor][AppVeyor develop image]][AppVeyor develop] |
1010

1111
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
1212

@@ -16,7 +16,6 @@ Powerful database abstraction layer with many features for database schema intro
1616
* [Documentation](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/)
1717
* [Issue Tracker](https://github.com/doctrine/dbal/issues)
1818

19-
2019
[Master image]: https://img.shields.io/travis/doctrine/dbal/master.svg?style=flat-square
2120
[Coverage image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/master.svg?style=flat-square
2221
[Quality image]: https://img.shields.io/scrutinizer/g/doctrine/dbal/master.svg?style=flat-square
@@ -26,6 +25,16 @@ Powerful database abstraction layer with many features for database schema intro
2625
[AppVeyor master]: https://ci.appveyor.com/project/doctrine/dbal/branch/master
2726
[AppVeyor master image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/master?svg=true
2827
[ContinuousPHP]: https://continuousphp.com/git-hub/doctrine/dbal
28+
29+
[2.9 image]: https://img.shields.io/travis/doctrine/dbal/2.9.svg?style=flat-square
30+
[Coverage 2.9 image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/2.9.svg?style=flat-square
31+
[Quality 2.9 image]: https://img.shields.io/scrutinizer/g/doctrine/dbal/2.9.svg?style=flat-square
32+
[ContinuousPHP 2.9 image]: https://img.shields.io/continuousphp/git-hub/doctrine/dbal/2.9.svg?style=flat-square
33+
[2.9]: https://github.com/doctrine/dbal/tree/2.9
34+
[Scrutinizer 2.9]: https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.9
35+
[AppVeyor 2.9]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.9
36+
[AppVeyor 2.9 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.9?svg=true
37+
2938
[2.8 image]: https://img.shields.io/travis/doctrine/dbal/2.8.svg?style=flat-square
3039
[Coverage 2.8 image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/2.8.svg?style=flat-square
3140
[Quality 2.8 image]: https://img.shields.io/scrutinizer/g/doctrine/dbal/2.8.svg?style=flat-square
@@ -34,6 +43,7 @@ Powerful database abstraction layer with many features for database schema intro
3443
[Scrutinizer 2.8]: https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.8
3544
[AppVeyor 2.8]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.8
3645
[AppVeyor 2.8 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.8?svg=true
46+
3747
[develop]: https://github.com/doctrine/dbal/tree/develop
3848
[develop image]: https://img.shields.io/travis/doctrine/dbal/develop.svg?style=flat-square
3949
[Coverage develop image]: https://img.shields.io/scrutinizer/coverage/g/doctrine/dbal/develop.svg?style=flat-square

lib/Doctrine/DBAL/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Version
1414
/**
1515
* Current Doctrine Version.
1616
*/
17-
public const VERSION = '2.9.0-DEV';
17+
public const VERSION = '2.10.0-DEV';
1818

1919
/**
2020
* Compares a Doctrine version with the current one.

0 commit comments

Comments
 (0)