From f485523a170ace7282b1ffff296aca7d514b5f4d Mon Sep 17 00:00:00 2001 From: steevanb Date: Mon, 29 Nov 2021 17:16:26 +0000 Subject: [PATCH] Release 2.0.0 --- README.md | 6 +++--- changelog.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7f4ad9..c8948b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Version](https://img.shields.io/badge/version-1.4.0-4B9081.svg)](https://github.com/steevanb/doctrine-stats/tree/1.4.0) +[![Version](https://img.shields.io/badge/version-2.0.0-4B9081.svg)](https://github.com/steevanb/doctrine-stats/tree/2.0.0) [![doctrine](https://img.shields.io/badge/doctrine/orm-^2.4.8-blue.svg)](http://www.doctrine-project.org) [![php](https://img.shields.io/badge/php-^5.4.6%20||%20^7.0||%20^8.0-blue.svg)](http://www.php.net) -![Lines](https://img.shields.io/badge/code%20lines-2162-green.svg) +![Lines](https://img.shields.io/badge/code%20lines-2,909-blue.svg) ![Total Downloads](https://poser.pugx.org/steevanb/doctrine-stats/downloads) ### doctrine-stats @@ -18,7 +18,7 @@ Add important Doctrine statistics: ### Installation ```bash -composer require --dev steevanb/doctrine-stats ^1.4 +composer require --dev steevanb/doctrine-stats ^2.0 ``` If you want to add hydration time to your statistics: diff --git a/changelog.md b/changelog.md index 448c18d..c6449ef 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ ### master +### [2.0.0](../../compare/1.4.0...2.0.0) - 2021-11-29 + - [BC break] Move source files to `src/` - [BC break] Move `ComposerOverloadClass` directory from source root to `src/Bridge/ComposerOverloadClass` - [BC break] Change PHP version from `^5.4 || ^7.0` to `^7.1 || ^8.0`