Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Mar 5, 2018
1 parent c43de7f commit d1b0420
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princip

## [Unreleased]

## [0.4.0] - 2018-03-05

### Added
- PSR-15 HTTP Handlers support

Expand Down Expand Up @@ -62,7 +64,8 @@ Updates should follow the [Keep a CHANGELOG](https://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.3.0...HEAD
[Unreleased]: https://github.com/jbboehr/php-psr/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/jbboehr/php-psr/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/jbboehr/php-psr/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/jbboehr/php-psr/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/jbboehr/php-psr/compare/v0.2.1...v0.2.2
Expand Down
12 changes: 4 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,18 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-02-08</date>
<date>2018-03-05</date>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
<release>0.4.0</release>
<api>0.4.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>
- Fix TypeError when no argument is passed to methods in AbstractLogger
- PSR-11 Container support
- PSR-13 Link support
- PSR-16 Simple Cache support
- Windows support
- PSR-15 HTTP Handlers 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.3.0"
#define PHP_PSR_RELEASE "2018-02-08"
#define PHP_PSR_VERSION "0.4.0"
#define PHP_PSR_RELEASE "2018-03-05"
#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 d1b0420

Please sign in to comment.