mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
docs: update changelog
This commit is contained in:
@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [v1.0.0 (2021-01-18)](https://github.com/pestphp/pest/compare/v1.0.0...v1.0.1)
|
||||||
|
### Added
|
||||||
|
- Support for PHPUnit 9.5.1 ([#261](https://github.com/pestphp/pest/pull/261))
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix `TestCase@expect` PHPDoc tag ([#251](https://github.com/pestphp/pest/pull/251))
|
||||||
|
|
||||||
## [v1.0.0 (2021-01-03)](https://github.com/pestphp/pest/compare/v0.3.19...v1.0.0)
|
## [v1.0.0 (2021-01-03)](https://github.com/pestphp/pest/compare/v0.3.19...v1.0.0)
|
||||||
### Added
|
### Added
|
||||||
- `pest:test --dusk` option ([#245](https://github.com/pestphp/pest/pull/245))
|
- `pest:test --dusk` option ([#245](https://github.com/pestphp/pest/pull/245))
|
||||||
|
|||||||
@ -6,5 +6,5 @@ namespace Pest;
|
|||||||
|
|
||||||
function version(): string
|
function version(): string
|
||||||
{
|
{
|
||||||
return '1.0.0';
|
return '1.0.1';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user