Skip to content

Commit

Permalink
Prepare changelog for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jan 28, 2024
1 parent b0ecd91 commit adc24e1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this library will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.2.0](https://github.com/NexusPHP/tachycardia/compare/v2.1.0...v2.2.0) - 2024-01-28

### Added

- Bump version constraints of dependencies
- Run on PHP 8.3 for tests
- Extract `CreatesMessage` trait
- Add gitlab and teamcity renderers
- Test on PHPUnit 11.0.x-dev
- Bump actions/cache from 3 to 4 (#14)

### Changed

- Use github.ref_name for name
- Increase coverage
- Extract SlowTestIdentifier
- Rename subscribers to align with PHPUnit
- Collect all slow tests from all tests
- Include PHPT in slow test profiling
- Remove unneeded conditional returns

## [v2.1.0](https://github.com/NexusPHP/tachycardia/compare/v2.0.0...v2.1.0) - 2023-10-27

### Added
Expand Down

0 comments on commit adc24e1

Please sign in to comment.