Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Mar 14, 2023
1 parent 6175845 commit 3e3316f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Version](https://img.shields.io/badge/version-5.0.0-blueviolet.svg)](https://github.com/steevanb/php-collection/tree/5.0.0)
[![Version](https://img.shields.io/badge/version-5.0.1-blueviolet.svg)](https://github.com/steevanb/php-collection/tree/5.0.1)
[![PHP](https://img.shields.io/badge/php-^8.1-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-4,481-blue.svg)
![Lines](https://img.shields.io/badge/code%20lines-4,502-blue.svg)
![Downloads](https://poser.pugx.org/steevanb/php-typed-array/downloads)
![GitHub workflow status](https://img.shields.io/github/actions/workflow/status/steevanb/php-collection/ci.yml?branch=master)
![Coverage](https://img.shields.io/badge/coverage-80%25-success.svg)
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### master

### [5.0.1](../../compare/5.0.0...5.0.1) - 2023-03-14

- Fix `AbstractCollection::doAdd()` who was not calling `canAddValue()`

### [5.0.0](../../compare/4.0.0...5.0.0) - 2023-03-14
Expand Down

0 comments on commit 3e3316f

Please sign in to comment.