Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Sep 23, 2022
1 parent 7aab787 commit 40467c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.0"
version = "0.7.1"
edition = "2021"
authors = ["Rouven Spreckels <[email protected]>"]
description = "Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait."
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.7.1 (2022-09-23)

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

# Version 0.7.0 (2022-08-05)

* Extend CI workflow.
Expand Down

0 comments on commit 40467c7

Please sign in to comment.