Skip to content

Commit

Permalink
Changelog for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Apr 15, 2021
1 parent e397aa7 commit 959e049
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Version 0.2.1] — 2021-04-15

* Mark tests that use `defineFunction()` or `deleteFunction()` as skipped if Runkit is unavailable ([#25])


## [Version 0.2.0] — 2020-11-23

* Introduce a [new `AssertWell\PHPUnitGlobalState\Functions` trait](docs/Functions.md) ([#17])
Expand All @@ -22,7 +27,9 @@ Initial public release of the package, with the following traits:

[Unreleased]: https://github.com/assertwell/phpunit-global-state/compare/master...develop
[Version 0.1.0]: https://github.com/assertwell/phpunit-global-state/tag/v0.1.0
[Version 0.2.0]: https://github.com/assertwell/phpunit-global-state/tag/v0.1.0
[Version 0.2.0]: https://github.com/assertwell/phpunit-global-state/tag/v0.2.0
[Version 0.2.1]: https://github.com/assertwell/phpunit-global-state/tag/v0.2.1
[#15]: https://github.com/assertwell/phpunit-global-state/pull/15
[#16]: https://github.com/assertwell/phpunit-global-state/pull/16
[#17]: https://github.com/assertwell/phpunit-global-state/pull/17
[#25]: https://github.com/assertwell/phpunit-global-state/pull/25

0 comments on commit 959e049

Please sign in to comment.