Preparing for v3.0.0

This commit is contained in:
jawira 2020-09-21 09:50:34 +02:00
parent 9599374b0c
commit b03d0252d3
2 changed files with 7 additions and 19 deletions

View File

@ -3,44 +3,30 @@
<!-- changelog-linker --> <!-- changelog-linker -->
<!-- dumped content start --> <!-- dumped content start -->
## Unreleased ## [v3.0.0] - 2020-09-21
### Changed
- [#14] Update to Emoji v13.1
- [#12] Explain emoji sequences in readme - [#12] Explain emoji sequences in readme
## [v2.0.1] - 2020-09-17 ## [v2.0.1] - 2020-09-17
### Removed
- [#11] Remove comments to improve op_cache performance in production environments - [#11] Remove comments to improve op_cache performance in production environments
## [v2.0.0] - 2020-03-12 ## [v2.0.0] - 2020-03-12
### Changed
- [#7] Update library to emoji v13 - [#7] Update library to emoji v13
## [v1.2.0] - 2019-10-28 ## [v1.2.0] - 2019-10-28
### Changed
- [#5] Updated to Emoji v12.1 - [#5] Updated to Emoji v12.1
## [v1.1.0] - 2019-10-02 ## [v1.1.0] - 2019-10-02
### Added
- [#4] Added catalog with the list of all emojis - [#4] Added catalog with the list of all emojis
## [v1.0.0] - 2019-10-01 ## [v1.0.0] - 2019-10-01
### Added
- [#2] Added docblock with _name_ and _code point_ to all constants. - [#2] Added docblock with _name_ and _code point_ to all constants.
### Changed
- [#2] Constant `Emoji::LAPTOP_COMPUTER` was changed to `Emoji::LAPTOP`. - [#2] Constant `Emoji::LAPTOP_COMPUTER` was changed to `Emoji::LAPTOP`.
- [#2] Constant `Emoji::FLAG_ENGLAND` was changed to `Emoji::FLAG_GBENG`. - [#2] Constant `Emoji::FLAG_ENGLAND` was changed to `Emoji::FLAG_GBENG`.
- [#2] Constant `Emoji::FLAG_SCOTLAND` was changed to `Emoji::FLAG_GBSCT`. - [#2] Constant `Emoji::FLAG_SCOTLAND` was changed to `Emoji::FLAG_GBSCT`.
@ -48,8 +34,6 @@
## [v0.0.0] - 2019-08-30 ## [v0.0.0] - 2019-08-30
### Added
- First working version. - First working version.
<!-- dumped content end --> <!-- dumped content end -->
@ -65,3 +49,8 @@
[v2.0.1]: https://github.com/jawira/emoji-catalog/compare/v2.0.0...v2.0.1 [v2.0.1]: https://github.com/jawira/emoji-catalog/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/jawira/emoji-catalog/compare/v1.1.0...v2.0.0 [v2.0.0]: https://github.com/jawira/emoji-catalog/compare/v1.1.0...v2.0.0
[v1.1.0]: https://github.com/jawira/emoji-catalog/compare/v1.0.0...v1.1.0 [v1.1.0]: https://github.com/jawira/emoji-catalog/compare/v1.0.0...v1.1.0
[#14]: https://github.com/jawira/emoji-catalog/pull/14
[#5]: https://github.com/jawira/emoji-catalog/pull/5
[v3.0.0]: https://github.com/jawira/emoji-catalog/compare/v2.0.1...v3.0.0
[v1.2.0]: https://github.com/jawira/emoji-catalog/compare/v1.1.0...v1.2.0
[v1.0.0]: https://github.com/jawira/emoji-catalog/compare/v0.0.0...v1.0.0

View File

@ -58,7 +58,6 @@
</composer> </composer>
<exec executable="vendor/bin/changelog-linker" passthru="true" checkreturn="true"> <exec executable="vendor/bin/changelog-linker" passthru="true" checkreturn="true">
<arg value="dump-merges"/> <arg value="dump-merges"/>
<arg value="--in-categories"/>
</exec> </exec>
<composer command="remove"> <composer command="remove">
<arg value="symplify/changelog-linker"/> <arg value="symplify/changelog-linker"/>