Skip to content

Commit

Permalink
cargo: switch to 1.6.0 as next version already
Browse files Browse the repository at this point in the history
This aligns with a feature added shortly on upstream in an open PR.
  • Loading branch information
phip1611 committed Dec 16, 2024
1 parent 73904b7 commit 5015895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <phip1611@gmail.com>"]
edition = "2021"
keywords = ["fft", "spectrum", "frequencies", "audio", "dsp"]
Expand Down

0 comments on commit 5015895

Please sign in to comment.