From c8ed68f05fba95ed887effd260cc083f59c2d492 Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Wed, 24 Jan 2024 22:02:41 +0300 Subject: [PATCH] release-0.3.2 --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c634796..6f29a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.2] - 2024-01-24 + +- ported some chenges (fixes) from `sleef` + ## [v0.3.1] - 2024-01-01 - Update on `nightly-2024-01-01` @@ -23,7 +27,8 @@ 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.1...HEAD +[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.3.2...HEAD +[v0.3.2]: https://github.com/rust-embedded/svd2rust/compare/v0.3.1...v0.3.2 [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 diff --git a/Cargo.toml b/Cargo.toml index eb6151e..ad73ee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sleef" edition = "2021" -version = "0.3.1" +version = "0.3.2" authors = ["Andrey Zgarbul "] description = "Math functions for SIMD vectors" keywords = ["simd", "libm", "math"]