Skip to content

Commit b178f4c

Browse files
authored
Merge pull request #33 from wayofdev/release-please--branches--master--components--docker-php-dev
chore(master): release 2.4.0
2 parents 65ac771 + 4e001ca commit b178f4c

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "2.4.0"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/wayofdev/docker-php-dev/compare/v2.3.1...v2.4.0) (2024-04-06)
4+
5+
6+
### Features
7+
8+
* added php 8.3 support ([18a078d](https://github.com/wayofdev/docker-php-dev/commit/18a078d82d5e2a18d1a88bc96e0aff9666301ab6))
9+
* separate workflow for image testing ([18a078d](https://github.com/wayofdev/docker-php-dev/commit/18a078d82d5e2a18d1a88bc96e0aff9666301ab6))
10+
* switch to docker bake action ([18a078d](https://github.com/wayofdev/docker-php-dev/commit/18a078d82d5e2a18d1a88bc96e0aff9666301ab6))
11+
12+
13+
### Bug Fixes
14+
15+
* **ansible:** allow to execute playbook for single image ([9847d9b](https://github.com/wayofdev/docker-php-dev/commit/9847d9bfce0e3f74389127ff253b4310a88de23f))
16+
17+
18+
### Continuous Integration
19+
20+
* add build action ([42ad54a](https://github.com/wayofdev/docker-php-dev/commit/42ad54a61fefbad9f0c3c5cda480bdd12e502512))
21+
* fix failing supervisord tests ([d3bc887](https://github.com/wayofdev/docker-php-dev/commit/d3bc887b9dc072299da05084e0076377a8d1b0ec))
22+
* upgrade release-please ([fe3613c](https://github.com/wayofdev/docker-php-dev/commit/fe3613ceb007ce2da7e14c208b51242908085c8b))
23+
324
## [2.3.1](https://github.com/wayofdev/docker-php-dev/compare/v2.3.0...v2.3.1) (2023-12-18)
425

526

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.3.1",
2+
"version": "2.4.0",
33
"repository": {
44
"url": "https://github.com/wayofdev/docker-php-dev.git"
55
}

0 commit comments

Comments
 (0)