Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Aug 13, 2019
1 parent e1da6fb commit 655af98
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ All Notable changes to `php-psr` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
## [0.7.0] - 2019-08-12

### Added
- Preliminary PHP 8 (master) support
- Preliminary PHP 7.4 and 8.0 (master) support
- PSR-14 Event Dispatcher support

### Removed
Expand Down Expand Up @@ -92,7 +92,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- PSR-7 [psr/http-message](https://github.com/php-fig/http-message) v1.0.0 interfaces


[Unreleased]: https://github.com/jbboehr/php-psr/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/jbboehr/php-psr/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/jbboehr/php-psr/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/jbboehr/php-psr/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/jbboehr/php-psr/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/jbboehr/php-psr/compare/v0.5.0...v0.5.1
Expand Down
10 changes: 6 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-11-13</date>
<date>2019-08-12</date>
<version>
<release>0.6.1</release>
<api>0.6.1</api>
<release>0.7.0</release>
<api>0.7.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-2-Clause">BSD-2-Clause</license>
<notes>
- Fixed test failures on PHP 5.6
- Preliminary PHP 7.4 and 8.0 (master) support
- PSR-14 Event Dispatcher support (@flyinghail)
- Removed PHP 5 support
</notes>
<contents>
<dir name="/">
Expand Down
4 changes: 2 additions & 2 deletions php_psr.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#endif

#define PHP_PSR_NAME "psr"
#define PHP_PSR_VERSION "0.6.1"
#define PHP_PSR_RELEASE "2018-11-13"
#define PHP_PSR_VERSION "0.7.0"
#define PHP_PSR_RELEASE "2019-08-12"
#define PHP_PSR_AUTHORS "John Boehr <[email protected]> (lead)"

#define PHP_PSR_ABSTRACT_ME(c, f) PHP_ABSTRACT_ME(c, f, arginfo_ ## c ## _ ## f)
Expand Down

0 comments on commit 655af98

Please sign in to comment.