Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Sep 11, 2021
1 parent e97ea8b commit 9d0e5e5
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-3.2.0-blueviolet.svg)](https://github.com/steevanb/php-typed-array/tree/3.2.0)
[![Version](https://img.shields.io/badge/version-3.3.0-blueviolet.svg)](https://github.com/steevanb/php-typed-array/tree/3.3.0)
[![PHP](https://img.shields.io/badge/php-^7.1||^8.0-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-4,630-blue.svg)
![Lines](https://img.shields.io/badge/code%20lines-4,338-blue.svg)
![Downloads](https://poser.pugx.org/steevanb/php-typed-array/downloads)
![GitHub workflow status](https://img.shields.io/github/workflow/status/steevanb/php-typed-array/CI)
![Coverage](https://img.shields.io/badge/coverage-96%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

### [3.3.0](../../compare/3.2.0...3.3.0) - 2021-09-11

- Add `AbstractTypedArray::reset()`
- Add `AbstractTypedArray::changeKeyCase()`
- CI moved from CircleCI to GitHub Actions
Expand Down

0 comments on commit 9d0e5e5

Please sign in to comment.