Skip to content

Commit 5b89c24

Browse files
committed
Prepare v1.0.12 release
1 parent e075106 commit 5b89c24

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
## [Unreleased]
2424

25+
26+
## [1.0.12] - 2026-08-24
27+
28+
### Changed
29+
30+
- Raise minimum PHP to **8.2** and sync README badge (REQ-SF-001).
31+
- **Docs:** PHP-FIG PSR evaluation (REQ-CS-007).
32+
33+
### Notes
34+
35+
- **No API or configuration changes** for integrators unless noted above.
36+
37+
[1.0.12]: https://github.com/nowo-tech/ConsoleDebugBundle/releases/tag/v1.0.12
38+
2539
## [1.0.11] - 2026-08-19
2640

2741
### Security

docs/UPGRADING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Table of contents
44

5+
6+
- [From 1.0.11 to 1.0.12](#from-1011-to-1012)
57
- [1.0.11](#1011)
68
- [1.0.10](#1010)
79
- [1.0.8](#108)
@@ -14,6 +16,22 @@
1416
- [1.0.1](#101)
1517
- [1.0.0](#100)
1618

19+
## From 1.0.11 to 1.0.12
20+
21+
Review the [CHANGELOG](CHANGELOG.md) entry. PHP **8.2+** may now be required.
22+
23+
```bash
24+
composer update nowo-tech/console-debug-bundle
25+
```
26+
27+
## From 1.0.11 to 1.0.12
28+
29+
Review the [CHANGELOG](CHANGELOG.md) entry. PHP **8.2+** may now be required.
30+
31+
```bash
32+
composer update nowo-tech/console-debug-bundle
33+
```
34+
1735
## 1.0.11
1836

1937
No application upgrade steps.

0 commit comments

Comments
 (0)