From 28bfe354ff23e387a40126b0ead18e3f0e9e3751 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 13 Oct 2024 18:56:07 -0400 Subject: [PATCH] release Hatch v1.13.0 --- docs/history/hatch.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/history/hatch.md b/docs/history/hatch.md index cedeee268..486d1fb61 100644 --- a/docs/history/hatch.md +++ b/docs/history/hatch.md @@ -19,6 +19,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Build environments can now be configured, the default build environment is `hatch-build` - The environment interface now has the following methods and properties in order to better support builds on remote machines: `project_root`, `sep`, `pathsep`, `fs_context` +## [1.13.0](https://github.com/pypa/hatch/releases/tag/hatch-v1.13.0) - 2024-10-13 ## {: #hatch-v1.13.0 } + +***Added:*** + +- Support managing Python 3.13 distributions + ## [1.12.0](https://github.com/pypa/hatch/releases/tag/hatch-v1.12.0) - 2024-05-28 ## {: #hatch-v1.12.0 } ***Changed:***