Skip to content

Commit

Permalink
Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Jul 8, 2024
1 parent c9e417b commit 29374b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Version](https://img.shields.io/badge/version-6.1.0-blueviolet.svg)](https://github.com/steevanb/php-collection/tree/6.1.0)
[![Version](https://img.shields.io/badge/version-6.2.0-blueviolet.svg)](https://github.com/steevanb/php-collection/tree/6.2.0)
[![PHP](https://img.shields.io/badge/php-^8.1-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-3,622-blue.svg)
![Lines](https://img.shields.io/badge/code%20lines-3,714-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-88%25-success.svg)
![Coverage](https://img.shields.io/badge/coverage-89%25-success.svg)

## php-collection

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

### [6.2.0](../../compare/6.1.0...6.2.0) - 2024-07-08

- Add `AbstractCollection::getFirst()` and `AbstractCollection::getLast()`

### [6.1.0](../../compare/6.0.1...6.1.0) - 2024-05-24
Expand Down

0 comments on commit 29374b0

Please sign in to comment.