Skip to content

Commit

Permalink
v0.4.0 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Dec 13, 2021
1 parent 799e6b6 commit 3084820
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
* Deriving `Serialize` for `IIR` and `IIR (int)` to support miniconf updates.

### Changed
### Removed

## [0.4.0] - 2021-12-13

### Added
* Deriving `Serialize` for `IIR` and `IIR (int)` to support miniconf updates.

## [0.3.0] - 2021-11-02

### Removed
Expand All @@ -27,7 +30,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.3.0...HEAD
[Unreleased]: https://github.com/quartiq/idsp/compare/v0.4.0...HEAD
[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
[0.2.0]: https://github.com/quartiq/idsp/releases/tag/v0.2.0
[0.1.0]: https://github.com/quartiq/idsp/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "idsp"
version = "0.3.0"
version = "0.4.0"
resolver = "2"
authors = ["Robert Jördens <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 3084820

Please sign in to comment.