From 5015895335123fc5487b8ac4357d9fa206b10dfa Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Mon, 16 Dec 2024 08:50:08 +0100 Subject: [PATCH] cargo: switch to 1.6.0 as next version already This aligns with a feature added shortly on upstream in an open PR. --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c457f5..4b933f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.5.1 (2024-12-16) +## 1.6.0 (2024-12-16) - dependency updates - MSRV bump but only for the tests and examples, not library users diff --git a/Cargo.toml b/Cargo.toml index f84a1b3..ca8c5fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = """ An easy to use and fast `no_std` library (with `alloc`) to get the frequency spectrum of a digital signal (e.g. audio) using FFT. """ -version = "1.5.1" +version = "1.6.0" authors = ["Philipp Schuster "] edition = "2021" keywords = ["fft", "spectrum", "frequencies", "audio", "dsp"]