From da10c854a8aecece6b511e1cac2ae51fa5144d34 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Tue, 21 Jul 2026 20:55:02 -0300 Subject: [PATCH] REL: consolidate changelog for v1.13.0 release Fold the #1074 pre-release review fixes into the [v1.13.0] section, reset [Unreleased] to the empty template, and set the release date. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 425472a7d..9ef335ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,15 +32,15 @@ Attention: The newest changes should be on top --> ### Added -- ENH: BUG/MNT: pre-release v1.13.0 review fixes [#1074](https://github.com/RocketPy-Team/RocketPy/pull/1074) ### Changed ### Fixed -## [v1.13.0] - 2026-07-19 +## [v1.13.0] - 2026-07-21 ### Added +- ENH: BUG/MNT: pre-release v1.13.0 review fixes [#1074](https://github.com/RocketPy-Team/RocketPy/pull/1074) - ENH: `Function` vectorized speed-up and refactor [#1049](https://github.com/RocketPy-Team/RocketPy/pull/1049) - ENH: Interactive 3D Flight Trajectory and Attitude Animation (PyVista) [#1066](https://github.com/RocketPy-Team/RocketPy/pull/1066) - ENH: Add optional `max_time` to `StochasticFlight` and carry base-flight attributes into created objects [#1070](https://github.com/RocketPy-Team/RocketPy/pull/1070)