From cf9529cae516de2e4ceae4a68ddc3ffa7fee1bf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 17:36:46 +0000 Subject: [PATCH 1/2] chore: release 1.52.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67427f81..c5435061 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.51.1" + ".": "1.52.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 255c6d7a..6cc582d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.52.0](https://github.com/ymirapp/cli/compare/v1.51.1...v1.52.0) (2025-07-05) + + +### Features + +* Bump deployed wp-cli version to 2.12.0 ([5cf989a](https://github.com/ymirapp/cli/commit/5cf989aa73f0821dc259b4e4844f95acc51336c5)) + + +### Bug Fixes + +* All directory path methods should return a relative path if there's no base path ([f4e28d8](https://github.com/ymirapp/cli/commit/f4e28d88adeee6384a684c607fc3e60756ab7cf6)) +* Only use relative path to uploads directory when no `path` is given ([25ca259](https://github.com/ymirapp/cli/commit/25ca2599e3bcc041c7d97a8e5e6ab1b45246cd22)) + ## [1.51.1](https://github.com/ymirapp/cli/compare/v1.51.0...v1.51.1) (2025-04-03) From 59dd888c5bd0b5a6dc249d741f5512d468c13ab9 Mon Sep 17 00:00:00 2001 From: Carl Alexander Date: Sat, 5 Jul 2025 13:39:23 -0400 Subject: [PATCH 2/2] bump version --- config/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.yml b/config/services.yml index d9cac3d0..323e524e 100644 --- a/config/services.yml +++ b/config/services.yml @@ -6,7 +6,7 @@ parameters: hidden_directory: '%working_directory%/.ymir' stub_directory: '%application_directory%/stubs' uploads_directory: '%hidden_directory%/uploads' - version: '1.51.1' + version: '1.52.0' services: _defaults: