From 58523f69f6d6762af152820110e918354eefcfdc Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 24 Apr 2024 12:53:48 -0400 Subject: [PATCH] Prep v0.33.0 for release (#1039) --- CHANGELOG.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e93e1c1dc..8c4e4e14c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,23 @@ This file contains tracks the changes landing in Rye. It includes changes that were not yet released. + + ## 0.33.0 -_Unreleased_ +Released on 2024-04-24. -- Ensure files created by `rye init`, such as `pyproject.toml` and initial - python files end with a newline. #979 +- Ensure files created by `rye init`, such as `pyproject.toml` and initial python files end with a newline. #979 - +- Add `--refresh` argument on `-f`. #994 + +- Preserve trailing newline in templates. #979 + +- Update uv to 0.1.39. #980 + +- Allow comments in `.python-version`. #1038 + +- Update Python releases to include 3.12.3 et al. #1022 ## 0.32.0