Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jan 1, 2024
1 parent bfdbb3a commit 3306f5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.3.1] - 2024-01-01

- Update on `nightly-2024-01-01`

## [v0.3.0] - 2022-08-11

- All functions now generic over size of SIMD vectors. Support all sizes
Expand All @@ -19,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.1.0] - 2022-08-05

[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/rust-embedded/svd2rust/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/rust-embedded/svd2rust/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/rust-embedded/svd2rust/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sleef"
edition = "2021"
version = "0.3.0"
version = "0.3.1"
authors = ["Andrey Zgarbul <[email protected]>"]
description = "Math functions for SIMD vectors"
keywords = ["simd", "libm", "math"]
Expand Down

0 comments on commit 3306f5f

Please sign in to comment.