From 632b8f49a7b5a8bf86894b5e3306e3de1e61b154 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Mon, 25 Dec 2023 00:40:49 -0500 Subject: [PATCH] release Hatch v1.9.1 --- docs/history/hatch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/history/hatch.md b/docs/history/hatch.md index 0a8f9b8ff..25a1f0a3a 100644 --- a/docs/history/hatch.md +++ b/docs/history/hatch.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [1.9.1](https://github.com/pypa/hatch/releases/tag/hatch-v1.9.1) - 2023-12-25 ## {: #hatch-v1.9.1 } + ***Fixed:*** - Ensure that the `dependency_hash` method of the `environment` interface is called after `sync_dependencies` for cases where the hash is only known at that point, such as for dependency lockers