Skip to content

Commit 9b9f77b

Browse files
authored
Merge pull request #45 from TerrorSquad/release-please--branches--main
chore(main): release 1.16.0
2 parents e0bb7e9 + 760fc13 commit 9b9f77b

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.15.0"
2+
".": "1.16.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.16.0](https://github.com/TerrorSquad/php-booster/compare/v1.15.0...v1.16.0) (2025-12-21)
4+
5+
6+
### Features
7+
8+
* add DDEV_PHP environment variable to control PHP tool execution on host ([d848500](https://github.com/TerrorSquad/php-booster/commit/d848500f28f63d2bacab4d3a0eacba45ab41bd07))
9+
* add verbose flag to enhance output control in integration tests and related utilities ([0e15d38](https://github.com/TerrorSquad/php-booster/commit/0e15d38e964bf6a422bee9656a92ef7bdc9bd6f4))
10+
* integrate mise for dependency management in tests and scripts ([e4fcbd4](https://github.com/TerrorSquad/php-booster/commit/e4fcbd4b595acc01e9230a73663e1f8bb1cd3343))
11+
12+
13+
### Bug Fixes
14+
15+
* implement ensureMutagenSync and commit integration changes in hook testing ([4855607](https://github.com/TerrorSquad/php-booster/commit/485560754fc928130b288ad4d7220021f8ad9d3d))
16+
* read node version from mise.toml in update workflow ([5a71ce4](https://github.com/TerrorSquad/php-booster/commit/5a71ce491102ccc6ea13ca1cffca13bcf414a7c4))
17+
* update booster dependencies workflow to use mise.toml ([90f0d3d](https://github.com/TerrorSquad/php-booster/commit/90f0d3d91e9e87aeabf092ec8935df185336150b))
18+
* update dependency checks for pnpm and remove unnecessary ddev config updates ([3a45fe4](https://github.com/TerrorSquad/php-booster/commit/3a45fe416310a2bae93716f68c6ee90e60632bd9))
19+
* update git hooks to use pnpm for dependency management and add pnpm-lock.yaml handling ([752e95b](https://github.com/TerrorSquad/php-booster/commit/752e95bae029fc03cecc0d63adeba90375b9db97))
20+
* use --no-frozen-lockfile for pnpm install in tests ([2ab6d22](https://github.com/TerrorSquad/php-booster/commit/2ab6d22e01c6607a4c560b3db8bf6843157c1c55))
21+
322
## [1.15.0](https://github.com/TerrorSquad/php-booster/compare/v1.14.0...v1.15.0) (2025-12-16)
423

524

booster/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generic/php-ddev-booster",
33
"type": "project",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"authors": [
66
{
77
"name": "DDEV User",

booster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php_booster",
33
"private": true,
44
"type": "module",
5-
"version": "1.15.0",
5+
"version": "1.16.0",
66
"scripts": {
77
"commit": "commit",
88
"generate:api-doc:html": "redocly build-docs documentation/openapi.yml --output=documentation/openapi.html",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docus-starter",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",

0 commit comments

Comments
 (0)