Skip to content

Commit

Permalink
bump bugfix release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 13, 2021
1 parent ac23e4d commit 5978aea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.

## [Unreleased]

## [6.0.1] - 2021-12-13

### Fixed

- [#309](https://github.com/llaville/php-compatinfo/issues/309): Composer 2.2 compatibility for plugins (thanks to @remicollet for reporting)
- [#310](https://github.com/llaville/php-compatinfo/issues/310): Symfony 4 compatibility (thanks to @remicollet for reporting)

## [6.0.0] - 2021-12-11

### Added
Expand All @@ -25,3 +32,7 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
- drop support of PHP 7.2
- drop support for PHP 7.3 has ended 6th December 2021.
- file `config/container.php` replaced by `src/Infrastructure/Framework/Symfony/DependencyInjection/ContainerFactory.php`

[unreleased]: https://github.com/llaville/php-compat-info/compare/6.0.1...HEAD
[6.0.1]: https://github.com/llaville/php-compat-info/compare/6.0.0...6.0.1
[6.0.0]: https://github.com/llaville/php-compat-info/compare/5.5.4...6.0.0
2 changes: 1 addition & 1 deletion src/Presentation/Console/ApplicationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
interface ApplicationInterface extends ContainerAwareInterface
{
public const NAME = 'phpCompatInfo';
public const VERSION = '6.0.0';
public const VERSION = '6.0.1';

/**
* @param CommandLoaderInterface $commandLoader
Expand Down

0 comments on commit 5978aea

Please sign in to comment.