Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
chore(release): v0.8.1 🎉
Browse files Browse the repository at this point in the history
* docs(readme): clarify state of HMR in bundle (#275) ([1e49f07](1e49f07)), closes [#275](#275) [#264](#264)
* fix(doctrine): autoconfigure EntityManagerHandler only when orm is available in symfony's container  ([87ede15](87ede15)), closes [#274](#274)
* fix(http): proper creation of $_SERVER['REQUEST_URI'] (#269) ([78bb42b](78bb42b)), closes [#269](#269)
* test(issue-268): add e2e test to ensure no regressions (#273) ([b9df907](b9df907)), closes [#273](#273) [#268](#268)
* build(deps-dev): bump friendsofphp/php-cs-fixer from 2.16.3 to 2.16.4 (#266) ([7acabd7](7acabd7)), closes [#266](#266)
* build(deps-dev): bump phpspec/prophecy-phpunit from 2.0.0 to 2.0.1 (#271) ([623923d](623923d)), closes [#271](#271)
* build(deps-dev): bump phpstan/phpstan from 0.12.30 to 0.12.31 (#265) ([4c750a7](4c750a7)), closes [#265](#265)
* build(deps-dev): bump phpstan/phpstan from 0.12.31 to 0.12.32 (#267) ([334b88f](334b88f)), closes [#267](#267)
* build(deps-dev): bump phpunit/phpunit from 9.2.5 to 9.2.6 (#272) ([2256702](2256702)), closes [#272](#272)
  • Loading branch information
k911 committed Jul 15, 2020
1 parent 1e49f07 commit 5699bc9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.8.1](https://github.com/k911/swoole-bundle/compare/v0.8.0...v0.8.1) (2020-07-14)

[Full changelog](https://github.com/k911/swoole-bundle/compare/v0.8.0...v0.8.1)

### Miscellaneous

* Minor fixes

# [0.8.0](https://github.com/k911/swoole-bundle/compare/v0.7.9...v0.8.0) (2020-06-23)

[Full changelog](https://github.com/k911/swoole-bundle/compare/v0.7.9...v0.8.0)
Expand Down

0 comments on commit 5699bc9

Please sign in to comment.