Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanvin committed Mar 2, 2022
1 parent 6b3a785 commit 7811f12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [3.0.0] - 2022-03-02

### Backward Compatibility Breaking Changes

- Dropped support for PHP 7.0
Expand Down Expand Up @@ -95,8 +97,9 @@ Note: this is still supported for IPv4.

First release

[Unreleased]: https://github.com/rlanvin/php-ip/compare/v3.0.0-rc2...HEAD
[3.0.0-rc2]: https://github.com/rlanvin/php-ip/compare/v3.0-rc1...v3.0.0-rc2
[Unreleased]: https://github.com/rlanvin/php-ip/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/rlanvin/php-ip/compare/v3.0.0-rc2...v3.0.0
[3.0.0-rc2]: https://github.com/rlanvin/php-ip/compare/v3.0.0-rc1...v3.0.0-rc2
[3.0.0-rc1]: https://github.com/rlanvin/php-ip/compare/v2.1.0...v3.0.0-rc1
[2.1.0]: https://github.com/rlanvin/php-ip/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/rlanvin/php-ip/compare/v1.0.1...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IPv4/IPv6 manipulation library for PHP inspired by Python [ipaddress](https://do

## Requirements

- PHP >= 7.0
- PHP >= 7.1
- IPv6 support enabled
- GMP extension (www.php.net/manual/en/book.gmp.php)

Expand Down

0 comments on commit 7811f12

Please sign in to comment.