Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed May 3, 2023
1 parent 18fe849 commit e45238b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lav"
version = "0.7.3"
version = "0.7.4"
edition = "2021"
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
description = "Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait."
Expand Down Expand Up @@ -41,5 +41,5 @@ version = "0.2.6"
optional = true

[dependencies.target-features]
version = "0.1.2"
version = "0.1.3"
optional = true
7 changes: 6 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Version 0.7.4 (2023-05-03)

* Fix build by using explicit `FromStr<Err = ParseFloatError>` bound.
* Update KaTeX.

# Version 0.7.3 (2023-02-15)

* Improve `FromStr<Err>` bounds.
* Improve `FromStr<Err>` bound.
* Add `R::NATIVE_LANE_COUNT` featured by crate `target-features`.

# Version 0.7.2 (2023-02-15)
Expand Down

0 comments on commit e45238b

Please sign in to comment.