Skip to content

Commit 24bcbc7

Browse files
committed
prepare feature release 1.8
1 parent d19bc3a commit 24bcbc7

File tree

5 files changed

+30
-11
lines changed

5 files changed

+30
-11
lines changed

.changes/1.8.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
## 1.8.0 - 2022-11-23
3+
4+
**WARNING**: This is the last version of release series 1.x to support PHP 7. Next major version 2.0 will only support PHP 8.
5+
6+
### Added
7+
8+
- Introduced [Changie tools](https://github.com/miniscruff/changie)
9+
- add new `--work-tag-suffix` option to overwrite default "work" suffix (i.e: "work-820RC7") in docker image
10+
11+
### Changed
12+
13+
- Upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.5.46
14+
15+
**Full Changelog**: [1.7.0...1.8.0](https://github.com/llaville/docker-php-toolbox/compare/1.7.0...1.8.0)

.changes/unreleased/Added-20221115-062751.yaml

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

.changes/unreleased/Added-20221123-083355.yaml

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

.changes/unreleased/Changed-20221115-061256.yaml

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
88
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10+
## 1.8.0 - 2022-11-23
11+
12+
**WARNING**: This is the last version of release series 1.x to support PHP 7. Next major version 2.0 will only support PHP 8.
13+
14+
### Added
15+
16+
- Introduced [Changie tools](https://github.com/miniscruff/changie)
17+
- add new `--work-tag-suffix` option to overwrite default "work" suffix (i.e: "work-820RC7") in docker image
18+
19+
### Changed
20+
21+
- Upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.5.46
22+
23+
**Full Changelog**: [1.7.0...1.8.0](https://github.com/llaville/docker-php-toolbox/compare/1.7.0...1.8.0)
24+
1025
## 1.7.0 - 2022-10-03
1126

1227
### Added

0 commit comments

Comments
 (0)