Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Dec 9, 2021
1 parent ebb50c5 commit b77f2a8
Show file tree
Hide file tree
Showing 2 changed files with 6 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.2.1"
version = "0.3.0"
edition = "2021"
description = "Lane-Associated Vector (LAV): Portable SIMD vector trait as GAT of SIMD lane trait."
documentation = "https://docs.rs/lav"
Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.3.0 (2021-12-09)

* Add trait bounds and their reference versions.
* Remove SIMD trait bounds with scalar RHS.

# Version 0.2.1 (2021-12-05)

* Use `must_use` and `inline` attributes.
Expand Down

0 comments on commit b77f2a8

Please sign in to comment.