diff --git a/CHANGELOG.md b/CHANGELOG.md index 056bde8..9450bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.17.0](https://github.com/quartiq/idsp/compare/v0.16.0..v0.17.0) - 2025-01-20 + +### Changed + +* `sweptsine`: support any number of harmonics + ## [0.16.0](https://github.com/quartiq/idsp/compare/v0.15.0..v0.16.0) - 2025-01-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index 93a79ca..c3d337b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "idsp" -version = "0.16.0" +version = "0.17.0" resolver = "2" edition = "2021" authors = ["Robert Jördens "]