Skip to content

Commit 8b4f13a

Browse files
committed
prepare feature release 5.10
1 parent e954c26 commit 8b4f13a

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

.changes/5.x/5.10.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
## 5.10.0 - 2023-10-01
3+
4+
### Added
5+
6+
- support to major release Redis 6
7+
- PHP 8.1.24 support
8+
- PHP 8.2.11 support
9+
10+
### Changed
11+
12+
- update amqp reference to support version 2.1.0
13+
14+
**Full Changelog**: [5.9.0...5.10.0](https://github.com/llaville/php-compatinfo-db/compare/5.9.0...5.10.0)

.changes/5.x/unreleased/Added-20230927-072959.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/5.x/unreleased/Added-20231001-054440.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/5.x/unreleased/Added-20231001-054839.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/5.x/unreleased/Changed-20230907-075549.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This database is currently only support by its initial project [php-compatinfo](
2626
| `4.0.x` to `4.1.x` | `>= 7.4` | `6.2`, `6.3` |
2727
| `4.2.x` to `4.5.x` | `>= 7.4` | `6.4` |
2828
| `4.6.x` to `4.11.x` | `>= 7.4` | `6.5` |
29-
| `5.0.x` to `5.9.x` | `>= 8.0` | `7.0` |
29+
| `5.0.x` to `5.10.x` | `>= 8.0` | `7.0` |
3030

3131
## Documentation
3232

docs/appendix/SUPPORTED-VERSIONS_5.x.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
| Version | Release | Module | PHP 8.0 | PHP 8.1 | PHP 8.2 |
55
|---------|------------|-----------------|---------|---------|---------|
6+
| 5.10.0 | 2023-10-01 | | 8.0.30 | 8.1.24 | 8.2.11 |
7+
| | | amqp 2.1.0 | | | |
8+
| | | redis 6.0.1 | | | |
69
| 5.9.0 | 2023-09-06 | | 8.0.30 | 8.1.23 | 8.2.10 |
710
| 5.8.0 | 2023-08-30 | | 8.0.30 | 8.1.22 | 8.2.9 |
811
| | | amqp 2.0.0 | | | |

0 commit comments

Comments
 (0)