Skip to content

Commit

Permalink
Prepare v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jan 3, 2022
1 parent 2fd9a2c commit b3f88fe
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
| Q | A
| --------------- | -----
| Branch? | 0.5 or 0.x <!-- see the comment below -->
| Branch? | 0.8 or 0.x <!-- see the comment below -->
| Bug fix? | no/yes
| New feature? | no/yes
| Related tickets | fixes #X, partially #Y, mentioned in #Z
| License | MIT

<!--
- Bug fixes must be submitted against the 0.5 branch
- Bug fixes must be submitted against the 0.8 branch
- Features and deprecations must be submitted against the 0.x branch
-->
26 changes: 26 additions & 0 deletions CHANGELOG-0.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Change Log

### v0.8.0 (2022/01/03 17:24 +00:00)
- [#379](https://github.com/Monofony/Monofony/pull/379) Use Symfony style for commands (@loic425)
- [#378](https://github.com/Monofony/Monofony/pull/378) Bump Symfony flex version from 1.17 to 2.0 (@loic425)
- [#377](https://github.com/Monofony/Monofony/pull/377) Use Foundry for data fixtures (@loic425)
- [#376](https://github.com/Monofony/Monofony/pull/376) Attributes for Doctrine mapping (@loic425)
- [#375](https://github.com/Monofony/Monofony/pull/375) Template events on admin layout (@loic425)
- [#374](https://github.com/Monofony/Monofony/pull/374) Use grids as service (@loic425)
- [#373](https://github.com/Monofony/Monofony/pull/373) Fix Symfony packs for Flex (@loic425)
- [#372](https://github.com/Monofony/Monofony/pull/372) Constructor promotion (@loic425)
- [#371](https://github.com/Monofony/Monofony/pull/371) Remove Symfony 6 support for now (@loic425)
- [#370](https://github.com/Monofony/Monofony/pull/370) Remove Infection (@loic425)
- [#369](https://github.com/Monofony/Monofony/pull/369) [Maintenance] Some annotations to attributes (@loic425)
- [#368](https://github.com/Monofony/Monofony/pull/368) Apply some typehints on Api pack (@loic425)
- [#367](https://github.com/Monofony/Monofony/pull/367) Apply some typehints on Core recipes (@loic425)
- [#366](https://github.com/Monofony/Monofony/pull/366) [Maintenance] Fix CI (@loic425)
- [#364](https://github.com/Monofony/Monofony/pull/364) Init Rector (@loic425)
- [#363](https://github.com/Monofony/Monofony/pull/363) Upgrade coding standards (@loic425)
- [#361](https://github.com/Monofony/Monofony/pull/361) Upgrade PHPStan level (@loic425)
- [#362](https://github.com/Monofony/Monofony/pull/362) Upgrade package alias (@loic425)
- [#359](https://github.com/Monofony/Monofony/pull/359) Exclude paths on PHPStan (@loic425)
- [#356](https://github.com/Monofony/Monofony/pull/356) Update sensio/framework-extra-bundle requirement from ^5.1 to ^6.2 (@dependabot[bot])
- [#331](https://github.com/Monofony/Monofony/pull/331) Upgrade to GitHub-native Dependabot (@dependabot-preview[bot])
- [#355](https://github.com/Monofony/Monofony/pull/355) [Install] Remove directory checker (@loic425)
- [#354](https://github.com/Monofony/Monofony/pull/354) Outdate the legacy documentation (@loic425)
2 changes: 1 addition & 1 deletion src/Monofony/Bundle/CoreBundle/MonofonyCoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class MonofonyCoreBundle extends Bundle
{
public const VERSION = '0.7.1';
public const VERSION = '0.8.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit b3f88fe

Please sign in to comment.