Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Oct 11, 2024
1 parent 261def8 commit 96406a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nalgebra-spacetime"
version = "0.6.0"
version = "0.5.0"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2021"
description = "Spacetime Extension for nalgebra"
Expand Down
7 changes: 2 additions & 5 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 96406a2

Please sign in to comment.