Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Nov 13, 2018
1 parent d8c0d5f commit 43e411b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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.6.1] - 2018-11-13

### Fixed
- Test failures on PHP 5.6

## [0.6.0] - 2018-11-11

Expand Down Expand Up @@ -80,7 +83,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.0...HEAD
[Unreleased]: https://github.com/jbboehr/php-psr/compare/v0.6.1...HEAD
[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
[0.5.0]: https://github.com/jbboehr/php-psr/compare/v0.4.0...v0.5.0
Expand Down
10 changes: 4 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,18 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-11-11</date>
<date>2018-11-13</date>
<version>
<release>0.6.0</release>
<api>0.6.0</api>
<release>0.6.1</release>
<api>0.6.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/BSD-2-Clause">BSD-2-Clause</license>
<notes>
- Added PSR-18 support (@flyinghail)
- Documentation/CI improvements (@sergeyklay)
- Set minimum PHP version to 5.6
- Fixed test failures on PHP 5.6
</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.0"
#define PHP_PSR_RELEASE "2018-11-11"
#define PHP_PSR_VERSION "0.6.1"
#define PHP_PSR_RELEASE "2018-11-13"
#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 43e411b

Please sign in to comment.