Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jan 19, 2022
1 parent 0446be1 commit 0eee0c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
### Changed
### Removed

## [0.6.0] - 2022-01-19
### Changed
* Let the `wrap` return value of `overlowing_sub()` be a `i32` in analogy to the
remaining API functions for `i32` and the changes in `idsp v0.5.0`.
### Removed

## [0.5.0] - 2022-01-19
### Changed
Expand Down Expand Up @@ -41,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Library initially released on crates.io

[Unreleased]: https://github.com/quartiq/idsp/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/quartiq/idsp/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/quartiq/idsp/releases/tag/v0.6.0
[0.5.0]: https://github.com/quartiq/idsp/releases/tag/v0.5.0
[0.4.0]: https://github.com/quartiq/idsp/releases/tag/v0.4.0
[0.3.0]: https://github.com/quartiq/idsp/releases/tag/v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "idsp"
version = "0.5.0"
version = "0.6.0"
resolver = "2"
authors = ["Robert Jördens <[email protected]>"]
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "DSP algorithms for embedded, mostly integer math"
homepage = "https://github.com/quartiq/idsp"
Expand Down

0 comments on commit 0eee0c7

Please sign in to comment.