Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Feb 15, 2023
1 parent b9d8e9e commit 5c3ec7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.1"
version = "0.7.2"
edition = "2021"
authors = ["Rouven Spreckels <[email protected]>"]
description = "Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait."
Expand Down Expand Up @@ -33,5 +33,5 @@ include = [
rustdoc-args = [ "--html-in-header", "katex.html" ]

[dependencies.libm]
version = "0.2.5"
version = "0.2.6"
optional = true
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.7.2 (2023-02-15)

* Add `Send + Sync` and `FromStr<Err: Debug>` bounds.
* Update KaTeX.

# Version 0.7.1 (2022-09-23)

* Synchronize with nightly Rust (by marking traits with `const_trait`).
Expand Down

0 comments on commit 5c3ec7a

Please sign in to comment.