From 353909b1a4127d348cc3b0eb2e9b38dbe2299ba6 Mon Sep 17 00:00:00 2001 From: Timo Millenaar Date: Wed, 9 Jul 2025 22:59:06 +0200 Subject: [PATCH] Add release notes for v1.0.1 --- gridkit-py/docs/source/release_notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gridkit-py/docs/source/release_notes.rst b/gridkit-py/docs/source/release_notes.rst index 784e5297e..77be1fa55 100644 --- a/gridkit-py/docs/source/release_notes.rst +++ b/gridkit-py/docs/source/release_notes.rst @@ -5,6 +5,12 @@ Release notes This is the changelog, showing the evolution of GridKit over time. +Version 1.0.1 (July 9, 2025) +---------------------------- +Fixes + - Fix :meth:`.Tile.intersects` not properly evaluating the bottom of the tile + + Version 1.0.0 (June 29, 2025) -----------------------------