diff --git a/Cargo.toml b/Cargo.toml index 997d595..6fc7af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-spacetime" -version = "0.6.0" +version = "0.5.0" authors = ["Rouven Spreckels "] edition = "2021" description = "Spacetime Extension for nalgebra" diff --git a/RELEASES.md b/RELEASES.md index 9960723..1a11c94 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,14 +1,11 @@ -# Version 0.6.0 (2024-10-11) - - * Update `nalgebra` and `katex`. - -# Version 0.5.0 (2024-03-11) +# Version 0.5.0 (2024-10-11) * Replace `N: SimdRealField + Signed + Real` with `T: RealField`. * Rename `LorentzianN` to `Lorentzian`. * Rename `FrameN` to `OFrame`. * Rename `MomentumN` to `OMomentum`. * Make `OFrame::rotation()` robust close to identity. + * Update `nalgebra` and `katex`. # Version 0.4.0 (2024-02-27)