From 97a41191953157584021f0aa3a8ca5bcb5a2c7dd Mon Sep 17 00:00:00 2001 From: Utensil Date: Wed, 1 May 2024 17:29:03 +0800 Subject: [PATCH] Update changelog.rst for 0.5.2 --- doc/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 59b5281a..489fed42 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +- :release:`0.5.2 <2024.05.01>` + +- :support:`517` Add citation info, star history, contributors to README, and fix zenodo citation issue for ``0.5.1``. + - :release:`0.5.1 <2024.03.31>` - :bug:`495` ``MatrixFunction`` is broken since SymPy 1.11, which is required by initializing :class:`~galgebra.ga.Ga` with ``gsym`` and ``coords``, this is now fixed with a workaround (:issue:`507`).