Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Aug 6, 2023
1 parent e2d95a3 commit 9f1f89c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 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 = "lav"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
authors = ["Rouven Spreckels <[email protected]>"]
description = "Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait."
Expand Down
22 changes: 14 additions & 8 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.7.6 (2023-08-06)

* Fix build by removing broken `const`-related features.
* Adhere to pedantic lints using `Self` where possible.
* Update KaTeX.

# Version 0.7.5 (2023-05-14)

* Fix build by avoiding broken `const_option_ext` feature.
Expand Down Expand Up @@ -88,25 +94,25 @@
[`ApproxEq`]:
https://docs.rs/lav/latest/lav/trait.ApproxEq.html
[`FromUnchecked`]:
https://docs.rs/lav/latest/lav/trait.FromUnchecked.html
https://docs.rs/lav/0.7.5/lav/trait.FromUnchecked.html
[`IntoUnchecked`]:
https://docs.rs/lav/latest/lav/trait.IntoUnchecked.html
https://docs.rs/lav/0.7.5/lav/trait.IntoUnchecked.html
[`PeelFrom`]:
https://docs.rs/lav/latest/lav/trait.PeelFrom.html
https://docs.rs/lav/0.7.5/lav/trait.PeelFrom.html
[`PeelInto`]:
https://docs.rs/lav/latest/lav/trait.PeelInto.html
https://docs.rs/lav/0.7.5/lav/trait.PeelInto.html
[`WrapFromUnchecked`]:
https://docs.rs/lav/latest/lav/trait.WrapFromUnchecked.html
https://docs.rs/lav/0.7.5/lav/trait.WrapFromUnchecked.html
[`WrapIntoUnchecked`]:
https://docs.rs/lav/latest/lav/trait.WrapIntoUnchecked.html
https://docs.rs/lav/0.7.5/lav/trait.WrapIntoUnchecked.html
[`WrapFrom`]:
https://docs.rs/lav/0.4.0/lav/trait.WrapFrom.html
[`WrapInto`]:
https://docs.rs/lav/0.4.0/lav/trait.WrapInto.html
[`Assert`]:
https://docs.rs/lav/latest/lav/struct.Assert.html
https://docs.rs/lav/0.7.5/lav/struct.Assert.html
[`True`]:
https://docs.rs/lav/latest/lav/trait.True.html
https://docs.rs/lav/0.7.5/lav/trait.True.html
[`Select`]:
https://docs.rs/lav/latest/lav/trait.Select.html
[`SimdMask::flag()`]:
Expand Down

0 comments on commit 9f1f89c

Please sign in to comment.