From bd0ff024bf7d92b45d5e30d42101a52a51521d75 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin Date: Sat, 9 Dec 2023 13:34:55 -0500 Subject: [PATCH] Release 0.3.2 Signed-off-by: Jean-Christophe Morin --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a521ba4..8bbf9b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +# 0.3.2 (2023-12-09) + +* Add changelog to docs (#68) +* Add GH Action workflow to do sanity checks on docs (#69) +* Fix mypy check failing due to recent aiohttp 3.9.0 release that dropped support for Python 3.7 +* Add CLI reference to docs (#70) +* Fix missing `rez_pip_version` in rez package metadata (in the `pip` attribute) (#77) + ## 0.3.1 (2023-11-17) * Fix decoding error when reading pip dependency report (#63). diff --git a/pyproject.toml b/pyproject.toml index 6e52351..2210648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rez-pip" -version = "0.3.1" +version = "0.3.2" description = "Modern rez-pip" authors = [ { name="Jean-Christophe Morin", email="jean_christophe_morin@hotmail.com" },