diff --git a/.github/workflows/build-hatch.yml b/.github/workflows/build-hatch.yml index 0cdf52e9f..4d450576f 100644 --- a/.github/workflows/build-hatch.yml +++ b/.github/workflows/build-hatch.yml @@ -88,7 +88,7 @@ jobs: CARGO: cargo CARGO_BUILD_TARGET: ${{ matrix.job.target }} PYAPP_REPO: pyapp - PYAPP_VERSION: "0.14.0" + PYAPP_VERSION: "0.15.1" PYAPP_PIP_EXTERNAL: "true" PYAPP_PASS_LOCATION: "true" diff --git a/docs/history/hatch.md b/docs/history/hatch.md index bcea36dc7..9dfaddd9f 100644 --- a/docs/history/hatch.md +++ b/docs/history/hatch.md @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Add the following methods to the `environment` interface for complete control over output during life cycle management: `app_status_creation`, `app_status_pre_installation`, `app_status_post_installation`, `app_status_project_installation`, `app_status_dependency_state_check`, `app_status_dependency_installation_check`, `app_status_dependency_synchronization` - Upgrade default CPython distributions to 20240107 - Upgrade Ruff to 0.2.2 -- Upgrade PyApp to 0.14.0 for binary builds +- Upgrade PyApp to 0.15.1 for binary builds ***Fixed:***