Skip to content

Commit

Permalink
Upgrade PyApp to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Mar 6, 2024
1 parent 03b1bca commit 746395b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion docs/history/hatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:***

Expand Down

0 comments on commit 746395b

Please sign in to comment.