Skip to content

Commit d7b375b

Browse files
committed
docs: Update CHANGELOG.
1 parent 3c60587 commit d7b375b

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,41 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.1](https://github.com/loophp/phpunit-iterable-assertions/compare/1.0.0...1.0.1)
8+
## [1.0.2](https://github.com/loophp/phpunit-iterable-assertions/compare/1.0.1...1.0.2)
9+
10+
### Merged
11+
12+
- chore(deps): Bump shivammathur/setup-php from 2.18.0 to 2.18.1 [`#7`](https://github.com/loophp/phpunit-iterable-assertions/pull/7)
13+
- chore(deps): Bump actions/stale from 4 to 5 [`#6`](https://github.com/loophp/phpunit-iterable-assertions/pull/6)
14+
- chore(deps): Bump shivammathur/setup-php from 2.17.1 to 2.18.0 [`#5`](https://github.com/loophp/phpunit-iterable-assertions/pull/5)
15+
- chore(deps): Bump actions/cache from 2.1.7 to 3 [`#4`](https://github.com/loophp/phpunit-iterable-assertions/pull/4)
16+
- chore(deps): Bump shivammathur/setup-php from 2.17.0 to 2.17.1 [`#3`](https://github.com/loophp/phpunit-iterable-assertions/pull/3)
17+
- chore(deps): Bump actions/checkout from 2.4.0 to 3 [`#2`](https://github.com/loophp/phpunit-iterable-assertions/pull/2)
18+
- chore(deps): Bump shivammathur/setup-php from 2.16.0 to 2.17.0 [`#1`](https://github.com/loophp/phpunit-iterable-assertions/pull/1)
19+
20+
### Commits
21+
22+
- chore: Require `loophp/iterators` 2 now. [`3c60587`](https://github.com/loophp/phpunit-iterable-assertions/commit/3c60587eb392769b8427cc6f4e2b3dd074975c67)
23+
- chore: Summer cleanup and modernizations. [`c9525c1`](https://github.com/loophp/phpunit-iterable-assertions/commit/c9525c1766fcc5e902d10c93e3af52e42fe2f6ce)
24+
- chore: Update Infection configuration file. [`4ad0942`](https://github.com/loophp/phpunit-iterable-assertions/commit/4ad0942488a5f8f8de2f6439b5d04b0c8ffb11ea)
25+
- chore: Update composer.json. [`63a3328`](https://github.com/loophp/phpunit-iterable-assertions/commit/63a3328cf44665feb59b6582141ec82e678c2b4f)
26+
- chore: Update license. [`23ef768`](https://github.com/loophp/phpunit-iterable-assertions/commit/23ef7689b0eb3f6e452129ccd0a5341d675f8720)
27+
28+
## [1.0.1](https://github.com/loophp/phpunit-iterable-assertions/compare/1.0.0...1.0.1) - 2022-01-29
929

1030
### Commits
1131

32+
- docs: Add/update CHANGELOG. [`3e0abb2`](https://github.com/loophp/phpunit-iterable-assertions/commit/3e0abb2e2af8931e5aef4fc7b318978dd55c700f)
1233
- chore: Update `composer.json`. [`71d85f9`](https://github.com/loophp/phpunit-iterable-assertions/commit/71d85f98ce6b68188c5e4d9c6fad43a5b1087271)
1334
- refactor: Use iterator aggregates. [`48beae7`](https://github.com/loophp/phpunit-iterable-assertions/commit/48beae7f1670c47938649562e365b653048c49f5)
1435
- chore: Bump version. [`ef8f77f`](https://github.com/loophp/phpunit-iterable-assertions/commit/ef8f77f4e38eb2f44efadcb4a8957d1d272e4720)
1536
- chore: Reduce Infection threshold. [`f7e9c48`](https://github.com/loophp/phpunit-iterable-assertions/commit/f7e9c48008716e1d4ad27aaaa29e71e419673b4f)
1637
- feat: Add phpdoc tags for static analysis. [`1baaa31`](https://github.com/loophp/phpunit-iterable-assertions/commit/1baaa312436b649ae86b9e2183c331ecdf2f21c8)
1738

18-
## [1.0.0](https://github.com/loophp/phpunit-iterable-assertions/compare/0.0.1...1.0.0) - 2021-12-16
39+
## 1.0.0 - 2021-12-16
1940

2041
### Commits
2142

2243
- docs: Add/update CHANGELOG. [`46c405b`](https://github.com/loophp/phpunit-iterable-assertions/commit/46c405b6cccce106c7975cf5b241a286fec1d923)
2344
- Initial set of files [`d3ba183`](https://github.com/loophp/phpunit-iterable-assertions/commit/d3ba183645d47909221b786b13f429bc9c5d9304)
24-
25-
## 0.0.1 - 2021-12-15
26-
27-
### Commits
28-
2945
- Initial commit. [`9b961d1`](https://github.com/loophp/phpunit-iterable-assertions/commit/9b961d13c546fdd7a11a22bae208fd9287a2e9c1)

0 commit comments

Comments
 (0)